Skip to content

Commit 516ce55

Browse files
committed
fix(ci): tests
1 parent dd9e838 commit 516ce55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-latest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
cache-to: type=inline
8888
labels: ${{ steps.meta.outputs.labels }}
8989

90+
- name: Debug Vars
91+
run: |
92+
echo ${{ env.IMAGE_NAMESPACE }}
93+
echo ${{ env.IMAGE_TEMPLATE }}
94+
echo ${{ env.IMAGE_TAG }}
95+
9096
- name: 🧪 Test Docker image with "latest" tag
9197
run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test
9298

0 commit comments

Comments
 (0)