Skip to content

Commit 8b2e857

Browse files
authored
Update dockerbuild.yml
1 parent b781a3e commit 8b2e857

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/dockerbuild.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
packages: write
16+
contents: read
1417
steps:
15-
- name: Checkout repo
16-
uses: actions/checkout@v2
17-
18-
- name: Set up QEMU
19-
uses: docker/setup-qemu-action@v1
20-
21-
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@v1
18+
- uses: actions/checkout@v4
2319

2420
- name: Login to GHCR
2521
run: echo "${{ secrets.GITHUB_TOKEN }}" | \

0 commit comments

Comments
 (0)