Skip to content

Commit

Permalink
Removing temp docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarah committed Nov 16, 2024
1 parent 8391193 commit 80310ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build and push image
run: |
echo "GithubRef: ${GITHUB_REF}"
VERSION=v4.44.5
VERSION=${GITHUB_REF##*/}
echo "VERSION: ${VERSION}"
IMAGE_VERSION=${VERSION:1}
echo "IMAGE_VERSION: ${IMAGE_VERSION}"
Expand Down

0 comments on commit 80310ea

Please sign in to comment.