Skip to content

Commit 1a8c569

Browse files
author
Bennett Goble
committed
promote on push to main
1 parent 96f1366 commit 1a8c569

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- name: Run tests
1616
run: docker build --target test .
17-
build:
17+
docker:
1818
needs: test
1919
uses: secondlife/docker-build-workflow/.github/workflows/build.yml@signal/qemu
2020
with:
2121
image: platform/nginx-proxy
2222
platforms: linux/amd64,linux/arm64
23+
tags: latest
24+
push: ${{ github.event_name != 'pull_request' }}
25+
promote: ${{ github.event_name != 'pull_request' }}
2326
secrets:
2427
github_pat: ${{ secrets.SHARED_GITHUB_TOKEN }}
2528
jfrog_token: ${{ secrets.SHARED_JFROG_TOKEN }}

0 commit comments

Comments
 (0)