Skip to content

Commit

Permalink
fix: docker build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Jan 10, 2024
1 parent 32fde54 commit 4623d85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down Expand Up @@ -44,4 +47,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/xunholy/kustomize-mutating-webhook:latest
ghcr.io/${{ github.repository_owner }}/kustomize-mutating-webhook:latest

0 comments on commit 4623d85

Please sign in to comment.