ci(github-actions): swap load for push flags on build-push-action

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-09-25 14:08:32 +00:00
parent daaf101501
commit b9683f870d

View file

@ -85,7 +85,7 @@ jobs:
#file: Dockerfile #file: Dockerfile
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101 # workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
push: true push: true
load: true #load: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: | cache-from: |
@ -158,7 +158,7 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101 # workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
push: true push: true
load: true #load: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: | cache-from: |