Skip to content

Commit

Permalink
Add load parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Jan 13, 2025
1 parent 709467e commit 53859a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/riscv64
load: true # this is important, as this tells build-push-action to save the container to the local docker daemon
push: false
build-args: |
BUILD_DATE=${{ steps.get_latest_release_metadata.outputs.build_date }}
Expand Down

0 comments on commit 53859a8

Please sign in to comment.