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