Skip to content

Commit

Permalink
add: shell
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite committed Sep 13, 2024
1 parent fd1fa4a commit 69b9479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ runs:
if: github.event_name == 'pull_request'

- name: Set TAG variable if a tag is pushed
if: startsWith(github.ref, 'refs/tags/')
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
shell: bash
if: startsWith(github.ref, 'refs/tags/')

- name: cd/push-image-with-tag
run: "make push-image TAG=${TAG}"
Expand Down

0 comments on commit 69b9479

Please sign in to comment.