Skip to content

Commit 247b726

Browse files
authored
chore: modernize GitHub Actions workflows (#3)
1 parent 81d1a57 commit 247b726

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
schedule:
1010
- cron: "0 8 * * 1"
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
docker:
1417
runs-on: ubuntu-latest
@@ -57,7 +60,7 @@ jobs:
5760
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.image }}
5861

5962
- name: Build and push
60-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6164
with:
6265
context: .
6366
push: true

0 commit comments

Comments
 (0)