Skip to content

Commit e8dc013

Browse files
committed
fix: Debugging snippet needed the matrix
1 parent a6d1043 commit e8dc013

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-image.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
permissions:
2323
contents: read
2424
packages: write
25+
strategy:
26+
matrix:
27+
include:
28+
- dockerfile: Dockerfile
29+
image_name: ${{ github.repository }}
30+
- dockerfile: Dockerfile.tools
31+
image_name: ${{ github.repository }}-tools
2532
steps:
2633
- name: Verify GHCR token permissions
2734
run: |
@@ -36,6 +43,7 @@ jobs:
3643
fi
3744
3845
- name: Echo GITHUB_TOKEN x-oauth-scopes header
46+
if: always()
3947
run: |
4048
echo "Checking x-oauth-scopes header for GITHUB_TOKEN..."
4149
curl -sS -I -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com | grep -i x-oauth-scopes || echo "No x-oauth-scopes header found."

0 commit comments

Comments
 (0)