mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-21 16:13:38 +00:00
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:
parent
daaf101501
commit
b9683f870d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
#file: Dockerfile
|
||||
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
|
||||
push: true
|
||||
load: true
|
||||
#load: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: |
|
||||
|
@ -158,7 +158,7 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
|
||||
push: true
|
||||
load: true
|
||||
#load: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: |
|
||||
|
|
Loading…
Reference in a new issue