Skip to content

Commit 4d25de9

Browse files
authored
ci: Tag release image with latest as well
Also update `timeout-minutes` from 10 to 60
1 parent 71a2a13 commit 4d25de9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-release.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
permissions:
99
contents: read
1010
packages: write
11-
timeout-minutes: 10
11+
timeout-minutes: 60
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: docker/setup-qemu-action@v2
@@ -29,4 +29,7 @@ jobs:
2929
platforms: linux/amd64,linux/arm64
3030
pull: true
3131
push: true
32-
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable
32+
tags: |
33+
${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }}
34+
${{ env.IMAGE_REPOSITORY }}:stable
35+
${{ env.IMAGE_REPOSITORY }}:latest

0 commit comments

Comments
 (0)