We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902cf10 commit 5b387d3Copy full SHA for 5b387d3
1 file changed
.github/workflows/build_and_ship.yaml
@@ -14,7 +14,7 @@ jobs:
14
outputs:
15
matrix: ${{ steps.set-matrix.outputs.matrix }}
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- id: set-matrix
19
run: |
20
matrix=$(jq -ncR '[inputs]' <<< $(ls containers))
@@ -27,7 +27,7 @@ jobs:
27
matrix:
28
container: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
29
30
31
- uses: docker/login-action@v3
32
with:
33
registry: ghcr.io
0 commit comments