Skip to content
name: 'Build prod on release'
# TODO: In the future, copy from INT kustomization the newTag, push the image to prod and retag PROD kustomization
on:
release:
types:
- released
branches:
- master
jobs:
build_image:
uses: ./.github/actions/lint_test_build_update.yaml

Check failure on line 13 in .github/workflows/build-prod-on-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-prod-on-release.yaml

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
with:
image_repo: "harbor.puzzle.ch/decidim/stlu/prod/rails"
configmanagement: "gitlab.puzzle.ch/pitc_ruby/decidim-configmanagement"
kustomization_path: "./deployments/pitc-stlu-decidim-prod/kustomization.yaml"