Skip to content

Commit

Permalink
re-add pushing the latest tag upon release
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Aug 8, 2024
1 parent afd10df commit 327191f
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 327191f

Please sign in to comment.