We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523a2f7 commit b2f46bcCopy full SHA for b2f46bc
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
packages: write
26
id-token: write
27
needs: check-files
28
- uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.12.1
+ uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.13.1
29
with:
30
image-name: datum-net
31
target: production
@@ -39,7 +39,7 @@ jobs:
39
contents: read
40
41
needs: build-and-push
42
- uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.12.1
+ uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.13.1
43
44
bundle-name: ghcr.io/datum-cloud/datum-net-kustomize
45
bundle-path: config/base
0 commit comments