Skip to content

Commit

Permalink
Update release workflow to also update testing tag on dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 29, 2023
1 parent 188e391 commit 2214074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: feramance/qbitrr:latest,feramance/qbitrr:v${{needs.bump_version.outputs.NEW_RELEASE}}
tags: feramance/qbitrr:testing,feramance/qbitrr:latest,feramance/qbitrr:v${{needs.bump_version.outputs.NEW_RELEASE}}
cache-from: type=gha
cache-to: type=gha,mode=max
change_logs:
Expand Down

0 comments on commit 2214074

Please sign in to comment.