Skip to content

Commit

Permalink
Re-add pushing the latest tag upon release (#526)
Browse files Browse the repository at this point in the history
re-add pushing the latest tag upon release
  • Loading branch information
TShapinsky authored Aug 12, 2024
1 parent afd10df commit ecb0fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ jobs:
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
type=semver,pattern={{major}},enable=${{ github.event_name == 'release' }}
type=semver,pattern={{major}}.{{minor}},enable=${{ github.event_name == 'release' }}
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
type=edge
- name: Expose GitHub Runtime
Expand Down

0 comments on commit ecb0fa2

Please sign in to comment.