Skip to content

Commit

Permalink
Merge pull request #75 from duggalsu/fix_docker_tag_issue
Browse files Browse the repository at this point in the history
Fix tag name issue
  • Loading branch information
duggalsu authored Feb 12, 2024
2 parents 7ca754d + 54fea21 commit f4905bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-vidvec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash
run: |
echo "setting variables"
echo "name=sha_short::$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit f4905bf

Please sign in to comment.