Skip to content

Commit

Permalink
Fjern unødvendige argument til docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
androa committed Jul 26, 2024
1 parent edf3812 commit b27c8b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
with:
team: teamdagpenger
tag: latest
push_image: true # optional, default true
dockerfile: Dockerfile # optional, default Dockerfile
docker_context: . # optional, default .
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
tag_latest: true # optional, default false
outputs:
image: ${{ steps.docker-build-push.outputs.image }}

Expand Down

0 comments on commit b27c8b8

Please sign in to comment.