Skip to content

chore(deps): update golang docker tag to v1.26 #228

chore(deps): update golang docker tag to v1.26

chore(deps): update golang docker tag to v1.26 #228

Workflow file for this run

name: Publish Artifacts
on:
push:
release:
types: ['published']
jobs:
publish-container-image:
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.5.2
with:
image-name: infra-provider-gcp
secrets: inherit
publish-kustomize-bundles:
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.5.2
with:
bundle-name: ghcr.io/datum-cloud/infra-provider-gcp-kustomize
bundle-path: config
secrets: inherit