We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746f001 commit a6a8463Copy full SHA for a6a8463
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
cp -rf files/* ${{ matrix.major }}/${{ matrix.os }}/
47
tree .
48
- name: Build and push
49
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
50
with:
51
context: ${{ steps.vars.outputs.workdir }}
52
pull: true
0 commit comments