Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Jun 21, 2024
1 parent 2ffe322 commit 1dd1140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
with:
envFile: '.env'

- name: Debug - Check PUSH_TO_DOCKER value
run: echo "PUSH_TO_DOCKER is set to ${{ env.PUSH_TO_DOCKER }}"

- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.DOCKER_HUB_USERNAME }}/${{ env.DOCKER_REPO_NAME }}:${{ env.NEW_TAG }}
if: ${{ env.PUSH_TO_DOCKER }} == 'true'
if: ${{ env.PUSH_TO_DOCKER }} == 'true'

0 comments on commit 1dd1140

Please sign in to comment.