We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
latest
1 parent 71a2a13 commit 4d25de9Copy full SHA for 4d25de9
.github/workflows/publish-release.yml
@@ -8,7 +8,7 @@ jobs:
8
permissions:
9
contents: read
10
packages: write
11
- timeout-minutes: 10
+ timeout-minutes: 60
12
steps:
13
- uses: actions/checkout@v3
14
- uses: docker/setup-qemu-action@v2
@@ -29,4 +29,7 @@ jobs:
29
platforms: linux/amd64,linux/arm64
30
pull: true
31
push: true
32
- tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable
+ tags: |
33
+ ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }}
34
+ ${{ env.IMAGE_REPOSITORY }}:stable
35
+ ${{ env.IMAGE_REPOSITORY }}:latest
0 commit comments