~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

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

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+2 -2
.github
workflows
+2 -2
.github/workflows/docker.yml
···
#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: |
···
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: |