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 81d1a57 commit 247b726Copy full SHA for 247b726
1 file changed
.github/workflows/docker.yml
@@ -9,6 +9,9 @@ on:
9
schedule:
10
- cron: "0 8 * * 1"
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
docker:
17
runs-on: ubuntu-latest
@@ -57,7 +60,7 @@ jobs:
57
60
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.image }}
58
61
59
62
- name: Build and push
- uses: docker/build-push-action@v5
63
+ uses: docker/build-push-action@v6
64
with:
65
context: .
66
push: true
0 commit comments