Skip to content

Commit bcad2a4

Browse files
committed
debug env var
1 parent 715a95a commit bcad2a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/default__build-push-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
echo "SITE_URL=${{ env.SITE_URL_ARM64 }}" >> $GITHUB_ENV
7171
fi
7272
73+
# Debug assigned var
74+
echo "Debug: SITE_URL is set to $SITE_URL"
75+
7376
- name: Build and push Docker image
7477
uses: docker/build-push-action@v5
7578
with:

0 commit comments

Comments
 (0)