There was an error while loading. Please reload this page.
1 parent 6d523bf commit 2b78cd4Copy full SHA for 2b78cd4
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,14 @@ jobs:
19
registry: ghcr.io
20
username: ${{github.actor}}
21
password: ${{secrets.GITHUB_TOKEN}}
22
+ - uses: docker/metadata-action@v5.10.0
23
+ id: meta
24
+ with:
25
+ images: ghcr.io/cego/swarm-app
26
+ tags: type=semver,pattern={{version}}
27
- uses: docker/build-push-action@v6
28
with:
29
platforms: linux/amd64,linux/arm64
30
push: true
- tags: ghcr.io/cego/swarm-app:${{ github.ref_name }}
31
+ tags: ${{ steps.meta.outputs.tags }}
32
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments