Skip to content

Commit

Permalink
fix: donot use load flag on container build
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 10, 2024
1 parent 9dc57b1 commit 37f53f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
load: true
push: false
context: ${{ steps.get_dir.outputs.docker_directory }}
file: ${{ inputs.dockerfile }}
Expand Down

0 comments on commit 37f53f4

Please sign in to comment.