Skip to content

Commit

Permalink
Setter env for docker job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 25, 2024
1 parent b00c6a5 commit 8da66f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ 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 8da66f0

Please sign in to comment.