Skip to content

Commit

Permalink
Removing now-obsolete explicit dockerfile config. (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 authored Aug 19, 2024
1 parent b83791f commit c279e54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
team: dolly
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
dockerfile: ${{ inputs.working-directory }}/Dockerfile
docker_context: ${{ inputs.working-directory }}
image_suffix: ${{ inputs.image-suffix }}
outputs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/common.workflow.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
team: dolly
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
dockerfile: ${{ inputs.working-directory }}/Dockerfile
docker_context: ${{ inputs.working-directory }}
image_suffix: ${{ inputs.image-suffix }}
outputs:
Expand Down

0 comments on commit c279e54

Please sign in to comment.