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 b208329 commit c611888Copy full SHA for c611888
.github/workflows/deploy_image.yml
@@ -2,7 +2,6 @@ name: Deploy image to ghcr.io
2
3
on:
4
push:
5
- branches: [main]
6
tags: ['v*']
7
8
workflow_dispatch:
@@ -26,13 +25,12 @@ jobs:
26
25
registry: ghcr.io
27
username: ${{ github.actor }}
28
password: ${{ secrets.GITHUB_TOKEN }}
29
- - uses: docker/metadata-action@v3
+ - uses: docker/metadata-action@v5
30
id: metadata
31
with:
32
images: ghcr.io/${{ env.IMAGE_NAME }}
33
tags: |
34
type=semver,pattern={{version}}
35
- type=semver,pattern={{major}}.{{minor}}
36
- uses: docker/build-push-action@v6
37
38
context: .
0 commit comments