Skip to content

Commit

Permalink
Set load to false on data-pipeline production image build step
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Apr 21, 2021
1 parent 0c0b566 commit 9f404c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
load: true
load: false
builder: ${{ steps.buildx.outputs.name }}
file: infra/docker/Dockerfile.DataPipeline
push: ${{ env.PUSH }}
Expand Down

0 comments on commit 9f404c9

Please sign in to comment.