We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd761 commit 25d9708Copy full SHA for 25d9708
.github/workflows/build-and-deploy.yml
@@ -56,8 +56,6 @@ jobs:
56
with:
57
tag: 'latest'
58
team: k9saksbehandling
59
- project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
60
- identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
61
62
- name: Deploy k9-los-web til dev
63
uses: nais/deploy/actions/deploy@v2
.github/workflows/valid-pull-request.yml
@@ -47,8 +47,6 @@ jobs:
47
if: ${{github.actor != 'dependabot[bot]'}}
48
49
build-version: ${{ github.sha }}
50
51
52
push-image: 'false'
53
upload-image: 'true'
54
docker_platforms: 'linux/amd64'
0 commit comments