Skip to content

Commit

Permalink
Fjerner unødvendig env i step docker-build-push.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 29, 2024
1 parent 6028801 commit 2944bc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ jobs:
dockerfile: ${{ inputs.working-directory }}/Dockerfile
docker_context: ${{ inputs.working-directory }}
image_suffix: ${{ inputs.image-suffix }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: token
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}
outputs:
image: ${{ steps.docker-build-push.outputs.image }}

Expand Down

0 comments on commit 2944bc3

Please sign in to comment.