Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Jul 13, 2021
1 parent 0d86d54 commit 2a7d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- run: echo "Event Name $GITHUB_EVENT_NAME"

- if: ${{ github.event_name == 'release' }}
run: echo "Create prd tag ${GITHUB_SHA:0:7} ${GITHUB_REF}"
run: echo "Create prd tag ${GITHUB_SHA:0:7} ${GITHUB_REF#refs/tags/}"

0 comments on commit 2a7d5ae

Please sign in to comment.