Skip to content

Commit

Permalink
check values
Browse files Browse the repository at this point in the history
  • Loading branch information
abe garcia committed Nov 7, 2023
1 parent 7d58989 commit 1901555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Set release info
run: |
set -vx
if ${{ github.event.action }} != 'released'
if [[ ! ${{ github.event.action }} == "released" ]]; then
then
echo "TAGS=${{ env.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_VERSION }}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 1901555

Please sign in to comment.