Skip to content

Commit

Permalink
fix(ci/cd): Get the correct tag from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Mar 20, 2024
1 parent 6f38b0d commit 0ce15e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: 🏷️ Get tag
id: tag
run: echo "tag=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: 🔑 Login ghcr.io
run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0ce15e9

Please sign in to comment.