Skip to content

Commit

Permalink
fix skaffold tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Dec 2, 2024
1 parent 26fab4e commit 760b5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: hiberbee/github-action-skaffold@latest
id: build
with:
command: build --tag ${{ github.sha }}
command: build --tag ${{ github.ref_name }}
repository: ghcr.io/${{ github.repository_owner }}

- uses: shrink/actions-docker-extract@v3
Expand Down

0 comments on commit 760b5ba

Please sign in to comment.