Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix: remove latest tag for push step
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 6, 2024
1 parent 7441384 commit 38fec5b
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 38fec5b

Please sign in to comment.