Skip to content

Commit

Permalink
chore: fix docker release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored May 6, 2021
1 parent 7c25a97 commit b74df66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
build-push:
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,8 +67,6 @@ jobs:
buildx-
- name: build+push
permissions:
packages: write
uses: docker/build-push-action@v2
with:
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
Expand Down

0 comments on commit b74df66

Please sign in to comment.