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 52d11ca commit 0693521
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- "develop"
- "master"
- "release/*"
- "replace/tags"

jobs:
dockerhub-asn1_codec:
Expand All @@ -26,7 +25,7 @@ jobs:

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

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

0 comments on commit 0693521

Please sign in to comment.