Skip to content

Commit 3f86784

Browse files
author
Bennett Goble
committed
Test automatic semver tagging
1 parent 230156e commit 3f86784

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
run: docker build --target test .
1717
docker:
1818
needs: test
19-
uses: secondlife/docker-build-workflow/.github/workflows/build.yml@v2
19+
uses: secondlife/docker-build-workflow/.github/workflows/build.yml@signal/semver
2020
with:
2121
image: platform/nginx-proxy
2222
platforms: linux/amd64,linux/arm64
23-
tags: latest
24-
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
23+
push: true
2524
promote: ${{ startsWith(github.ref, 'refs/tags/v') }}
2625
secrets:
2726
github_pat: ${{ secrets.SHARED_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)