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
6 changes: 3 additions & 3 deletions .github/workflows/build-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
validate-kustomize:
uses: datum-cloud/actions/.github/workflows/validate-kustomize.yaml@v1.9.0
uses: datum-cloud/actions/.github/workflows/validate-kustomize.yaml@v1.11.0

publish-container-image:
# No point in trying to build the container image if the deployment
Expand All @@ -26,7 +26,7 @@ jobs:
contents: read
packages: write
attestations: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.9.0
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.11.0
with:
image-name: search
secrets: inherit
Expand All @@ -42,7 +42,7 @@ jobs:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.9.0
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.11.0
with:
bundle-name: ghcr.io/datum-cloud/search-kustomize
bundle-path: config
Expand Down
Loading