Skip to content

Commit

Permalink
Update CI debug value for changed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
natan-dias committed Mar 20, 2024
1 parent de499df commit 51d2dd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
id: check
run: echo "::set-output name=changed::$(if git diff --name-only remotes/origin/${{ github.base_ref }}..remotes/origin/${{ github.head_ref }} | grep -q 'Dockerfile'; then echo true; else echo false; fi)"

- name: Debug changed value
run: run: echo "Changed value: ${{ needs.check-dockerfile.outputs.changed }}"

build-and-push-to-registry:
needs: check-dockerfile-changes
name: Push Docker image to Docker HUB
Expand Down

0 comments on commit 51d2dd6

Please sign in to comment.