Skip to content

Commit

Permalink
Update dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni committed Jun 12, 2024
1 parent 82ce17b commit 3536662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Replcae Docker tag
id: set_tag
run: echo "TAG=$(echo ${GITHUB_REF##*/} | sed 's/\//-/g')" >> $GITHUB_ENV
run: echo "TAG=${GITHUB_REF_NAME/\//-} >> $GITHUB_ENV

- name: Build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 3536662

Please sign in to comment.