Skip to content

Commit

Permalink
adjust permissions on release process (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <[email protected]>
  • Loading branch information
krancour authored Oct 12, 2023
1 parent 9ed5e75 commit 777194f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:

build-and-push-image:
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand All @@ -16,12 +18,6 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Install Cosign
uses: sigstore/cosign-installer@v2
- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GH_USERNAME }}
password: ${{ secrets.GH_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
- name: Docker meta
Expand Down

0 comments on commit 777194f

Please sign in to comment.