We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749412f commit 574f70eCopy full SHA for 574f70e
.github/workflows/deploy.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
permissions:
11
- contents: "read"
+ contents: "write"
12
id-token: "write"
13
name: Build and publish Docker image
14
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
30
dependency-graph: generate-and-submit
31
arguments: --configuration-cache build
32
33
- - uses: nais/docker-build-push@v0
+ - uses: nais/docker-build-push@v1
34
name: docker-build-push
35
id: docker-build-push
36
with:
@@ -42,7 +42,6 @@ jobs:
42
docker_context: . # optional, default .
43
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
44
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
45
- tag_latest: true # optional, default false
46
outputs:
47
image: ${{ steps.docker-build-push.outputs.image }}
48
0 commit comments