Skip to content

Commit

Permalink
Fix tag name issue
Browse files Browse the repository at this point in the history
- Modified tag naming syntax in github actions
  • Loading branch information
duggalsu committed Feb 12, 2024
1 parent 7ca754d commit 54fea21
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 54fea21

Please sign in to comment.