Skip to content

Commit

Permalink
echo platform too
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 30, 2024
1 parent 1363dac commit 6766ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default__build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Must be in separate step to reflect
- name: Debug assigned environment variable
run: |
echo "Debug: SITE_URL is set to ${{ env.SITE_URL }}"
echo "Debug: PLATFORM: ${{ matrix.platform }}, SITE_URL: ${{ env.SITE_URL }}"
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6766ae0

Please sign in to comment.