Skip to content

Commit

Permalink
load so that subsequent docker commands work
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed May 17, 2024
1 parent 50242e2 commit 6366b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
with:
context: ${{ inputs.dockerfile_folder }}
tags: "${{ inputs.image_name }}:${{ inputs.image_tag }}"
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=registry,ref=${{ env.ECR_PATH }}:dockercache
Expand Down

0 comments on commit 6366b67

Please sign in to comment.