Skip to content

Commit cc00067

Browse files
committed
try runs-on matrix
1 parent 939e2ed commit cc00067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Build OCI Images
4040
if: ${{ github.event_name != 'pull_request' && (vars.DOCKERHUB_SLUG != '' || vars.GHCR_SLUG != '') }}
4141
needs: test
42-
runs-on: ubuntu-latest
42+
runs-on: ${{ matrix.os }}
4343
permissions:
4444
packages: write
4545
contents: read

0 commit comments

Comments
 (0)