Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
Add current tag ref as pushed docker tag. Each git tag will now have its own corresponding Docker tag.
  • Loading branch information
sundowndev committed Sep 12, 2022
1 parent 428b252 commit 2cf834e
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 @@ -61,7 +61,7 @@ jobs:
with:
context: .
push: true
tags: sundowndev/phoneinfoga:latest,sundowndev/phoneinfoga:v2,sundowndev/phoneinfoga:stable
tags: sundowndev/phoneinfoga:latest,sundowndev/phoneinfoga:v2,sundowndev/phoneinfoga:stable,sundowndev/phoneinfoga:${{ github.ref_name }}
platforms: linux/amd64 # ,linux/arm/v7,linux/arm64 - TODO(sundowndev): enable arm support back
publish-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2cf834e

Please sign in to comment.