Skip to content

Commit

Permalink
fix 'invalid reference format'
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Nov 3, 2024
1 parent a5c7105 commit 89aeb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: generate tag name
run: |
echo TAG_NAME=${{ github.ref }} | sed 's/=v/=/' >> $GITHUB_ENV
echo TAG_NAME=${{ github.ref }} | sed 's#=refs/tags/v#=#' >> $GITHUB_ENV
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 89aeb01

Please sign in to comment.