Skip to content

fix unique key in various locations #415

fix unique key in various locations

fix unique key in various locations #415

name: Build and push docker image to github registry and deploy on dev environment.
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: dev
- uses: helsingborg-stad/gdi-deploy/v1@main
with:
release-tag-name: sha-${{github.sha}}
gdi-gitops-config-repo: ${{ secrets.GDI_GITOPS_CONFIG_REPO }}
github-token: ${{ secrets.GITHUB_TOKEN }}
docker-no-cache: true
git-checkout-branch: dev
gdi-gitops-token: ${{ secrets.GDI_GITOPS_TOKEN }}
gdi-gitops-app: ${{ secrets.GDI_GITOPS_APP }}
gdi-gitops-env: dev
docker-username: ${{ github.repository_owner }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
extra-image-tags: |
type=raw,value=${{github.event.release.tag_name}}