Skip to content

Commit

Permalink
fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelous committed Apr 22, 2024
1 parent fd4f86e commit eba5ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ghcr.io/${{ github.repository }}
tags: ${{ github.ref }}
tags: ${{ github.ref_name }}
containerfiles: Containerfile
- uses: redhat-actions/push-to-registry@v2
with:
Expand Down

0 comments on commit eba5ebd

Please sign in to comment.