~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): update Docker build workflow

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

Changed files
+4 -4
.github
workflows
+4 -4
.github/workflows/docker.yml
···
steps:
- name: Checkout repository
-
uses: actions/checkout@v3
+
uses: actions/checkout@v4
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
···
id-token: write
steps:
- name: Checkout repository
-
uses: actions/checkout@v3
+
uses: actions/checkout@v4
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
···
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=registry,ref=quay.io/ajhalili2006/gitpod-workspace:buildkit-cache-web
-
type=registry,ref=ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:nightly
-
type=registry,ref=ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:branch-main
+
type=registry,ref=ghcr.io/ajhalili2006/website/devenv:nightly
+
type=registry,ref=ghcr.io/ajhalili2006/website/devenv:branch-main
#cache-to: type=registry,ref=quay.io/ajhalili2006/gitpod-workspace:buildkit-cache-web