test by pushing images

This commit is contained in:
Safwan
2026-01-12 23:29:16 +05:00
parent 4a95a813cd
commit 6c15e5db24
2 changed files with 3 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ jobs:
contents: read
pull-requests: write
issues: write
packages: write # FOR TESTING ONLY
runs-on: ubuntu-latest
name: Build
@@ -150,7 +151,7 @@ jobs:
context: .
file: ${{ env.DOCKER_FILE_PATH }}
pull: true
push: false
push: true # true FOR TESTING ONLY
build-args: |
VERSION=merge-${{ steps.generate_tag.outputs.GIT_TAG }}
COMMIT=${{github.event.pull_request.head.sha}}

View File

@@ -12,7 +12,7 @@ ARG GOPRIVATE
ARG COMMIT
ARG VERSION
ARG BUILD_DATE
ARG EDITION
ARG EDITION=oss
WORKDIR /workspace