Skip to content

Commit

Permalink
Merge pull request #854 from topolvm/fix-release-typo
Browse files Browse the repository at this point in the history
Fix typo to push image tag
  • Loading branch information
pluser committed Mar 13, 2024
2 parents 5c5a438 + 33b868e commit 45c25fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
BRANCH=$(echo ${{ needs.prepare.outputs.version }} | cut -d "." -f 1-2)
make tag IMAGE_TAG=$BRANCH ORIGINAL_IMAGE_TAG=${{ needs.preapre.outputs.version }}
make tag IMAGE_TAG=$BRANCH ORIGINAL_IMAGE_TAG=${{ needs.prepare.outputs.version }}
env:
IMAGE_PREFIX: ${{ needs.prepare.outputs.image_prefix }}
- name: "Get previous tag"
Expand Down

0 comments on commit 45c25fb

Please sign in to comment.