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 1dd1140 commit a64ef98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ 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
if: ${{ env.PUSH_TO_DOCKER == 'true' }}
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'

0 comments on commit a64ef98

Please sign in to comment.