Skip to content

Commit 618685d

Browse files
committed
echo some more stuff
1 parent 0ac7d1f commit 618685d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
TAG=latest
4646
SHOULD_BUILD_PUSH=false
4747
48+
echo "GITHUB_REF: $GITHUB_REF"
49+
echo "GITHUB_HEAD_REF: $GITHUB_HEAD_REF"
50+
4851
# Extract ref type and name
4952
if [[ "$GITHUB_REF" == refs/heads/* ]]; then
5053
GITHUB_REF_TYPE="branch"

0 commit comments

Comments
 (0)