Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
build-and-push-image:
name: Build and push container image
runs-on: ubuntu-latest

# Make it so this GitHub Actions workflow can push container images to GHCR.
# Docs: https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
permissions:
contents: read
packages: write
attestations: write
id-token: write

steps:
- name: Check out commit # docs: https://github.com/actions/checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -71,4 +80,4 @@ jobs:
target: production
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
push: true