Skip to content

Commit

Permalink
fix: remove latest tag for push step (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Sep 6, 2024
1 parent 7441384 commit ab6c2c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
uses: redhat-actions/push-to-registry@v2
with:
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.IMAGE_NAME }}:${{ env.FEDORA_VERSION }}
username: ${{ github.actor }}
Expand Down

0 comments on commit ab6c2c7

Please sign in to comment.