From 7854a3bfcf77545573b860c596412f8c874f636f Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Thu, 9 Nov 2023 07:22:49 +0000 Subject: [PATCH] ci(github-actions): update Docker build workflow Signed-off-by: Andrei Jiroh Halili --- .github/workflows/docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index aef0924..99f25b8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -30,7 +30,7 @@ jobs: 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 @@ -104,7 +104,7 @@ jobs: 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 @@ -165,6 +165,6 @@ jobs: 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