Skip to content

39.20240929.2

39.20240929.2 #56

Workflow file for this run

name: Build and push docker image to github registry.
on:
release:
types: [released]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: helsingborg-stad/gdi-deploy/v1@main
with:
update-openapi-version: false
update-package-version: true
release-tag-name: ${{github.event.release.tag_name}}
gdi-gitops-config-repo: ${{ secrets.GDI_GITOPS_CONFIG_REPO }}
github-token: ${{ secrets.GITHUB_TOKEN }}
gdi-gitops-token: ${{ secrets.GDI_GITOPS_TOKEN }}
gdi-gitops-app: ${{ secrets.GDI_GITOPS_APP }}
gdi-gitops-env: production
docker-username: ${{ github.repository_owner }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
extra-image-tags: |
type=raw,value=${{github.event.release.tag_name}}