Skip to content

Commit

Permalink
ci: Tag release image with latest as well
Browse files Browse the repository at this point in the history
Also update `timeout-minutes` from 10 to 60
  • Loading branch information
TwiN authored Apr 6, 2023
1 parent 71a2a13 commit 4d25de9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
contents: read
packages: write
timeout-minutes: 10
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand All @@ -29,4 +29,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true
push: true
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable
tags: |
${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }}
${{ env.IMAGE_REPOSITORY }}:stable
${{ env.IMAGE_REPOSITORY }}:latest

0 comments on commit 4d25de9

Please sign in to comment.