Skip to content

Commit

Permalink
debug env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 30, 2024
1 parent 715a95a commit bcad2a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default__build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
echo "SITE_URL=${{ env.SITE_URL_ARM64 }}" >> $GITHUB_ENV
fi
# Debug assigned var
echo "Debug: SITE_URL is set to $SITE_URL"
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit bcad2a4

Please sign in to comment.