We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f1366 commit 1a8c569Copy full SHA for 1a8c569
.github/workflows/ci.yaml
@@ -14,12 +14,15 @@ jobs:
14
- uses: actions/checkout@v2
15
- name: Run tests
16
run: docker build --target test .
17
- build:
+ docker:
18
needs: test
19
uses: secondlife/docker-build-workflow/.github/workflows/build.yml@signal/qemu
20
with:
21
image: platform/nginx-proxy
22
platforms: linux/amd64,linux/arm64
23
+ tags: latest
24
+ push: ${{ github.event_name != 'pull_request' }}
25
+ promote: ${{ github.event_name != 'pull_request' }}
26
secrets:
27
github_pat: ${{ secrets.SHARED_GITHUB_TOKEN }}
28
jfrog_token: ${{ secrets.SHARED_JFROG_TOKEN }}
0 commit comments