Skip to content

Commit

Permalink
Load docker images after build
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 18, 2024
1 parent 2c4069f commit c458f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
build-args: |
"AUTOWARE_VERSION=${{ env.AUTOWARE_VERSION }}"
tags: "${{ steps.meta-builder.outputs.tags }}"
load: true
# push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -91,10 +92,12 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
# platforms: linux/amd64,linux/arm64
target: autoware-builder-with-cache
build-args: |
"AUTOWARE_VERSION=${{ env.AUTOWARE_VERSION }}"
tags: "${{ steps.meta-builder-with-cache.outputs.tags }}"
load: true
# push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c458f9d

Please sign in to comment.