Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read # checkout
packages: write # push image + manifests OCI artifact
id-token: write # keyless cosign signing (via GitHub OIDC)
uses: devantler-tech/actions/.github/workflows/publish-app.yaml@3ee6cb9bbd616c2a38779be41a5e41f3e77282d0 # v13.2.3
uses: devantler-tech/actions/.github/workflows/publish-app.yaml@4f4e07a3ebf3e1161756a292966e36c91a65ee04 # v13.3.0
with:
# publish-app pins the freshly built image digest into the container with
# this name in deploy/deployment.yaml. Keep that container's name equal to
Expand Down
Loading