Skip to content

Commit

Permalink
fix: update release job to have latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yurnov committed Mar 26, 2024
1 parent c9eb51a commit e02db3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}
no-cache: true
tags: |
ghcr.io/yurnov/explosion-notifier:master
ghcr.io/yurnov/explosion-notifier:latest
ghcr.io/yurnov/explosion-notifier:main
ghcr.io/yurnov/explosion-notifier:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit e02db3b

Please sign in to comment.