mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 09:59:50 +00:00
test by pushing images
This commit is contained in:
3
.github/workflows/pull_request.yaml
vendored
3
.github/workflows/pull_request.yaml
vendored
@@ -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}}
|
||||
|
||||
@@ -12,7 +12,7 @@ ARG GOPRIVATE
|
||||
ARG COMMIT
|
||||
ARG VERSION
|
||||
ARG BUILD_DATE
|
||||
ARG EDITION
|
||||
ARG EDITION=oss
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user