Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Jan 18, 2024
1 parent 449761e commit 8c28f1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
packages: write
name: ${{ matrix.name }}
steps:
- name: Debug Environment Variables
run: |
echo "GIT_HASH value: $GIT_HASH"
env
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
Expand Down Expand Up @@ -67,7 +71,7 @@ jobs:
- name: Build and push Docker image
env:
GIT_SHA: ${{ env.GIT_SHA }}
GIT_HASH: ${{ env.GIT_HASH }}
uses: docker/build-push-action@v5
with:
context: ${{ matrix.context }}
Expand Down

0 comments on commit 8c28f1d

Please sign in to comment.