Skip to content

Commit

Permalink
fix tag naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Nov 7, 2023
1 parent 4ea1fd7 commit 79efa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Get Branch Name
id: get-branch-name
run: echo "::set-output name=branch::$(echo $GITHUB_REF | sed 's/refs\/heads\//-/')"
run: echo "::set-output name=branch::$(echo $GITHUB_REF | sed -E 's/refs\/heads\///; s/[^a-zA-Z0-9]+/-/g')"

- name: Build and push privatenet
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 79efa48

Please sign in to comment.