diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-07-06 10:44:11 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-07-06 10:44:11 +0200 |
commit | 9f7e14e4d0b7a552213b48409ffea2db9cfdd580 (patch) | |
tree | 4fa75ea511a2d9cfadf5342ff01fde0b6d8309cf /.github | |
parent | 4a666932f5adad0219c111469951235e5f04e7da (diff) |
Back to the original version for now
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0c3053a5..8448d8e2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -57,8 +57,8 @@ jobs: id: docker_build_monolith uses: docker/build-push-action@v3 with: - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite-monolith:buildcache + cache-to: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite-monolith:buildcache,mode=max context: . build-args: FLAGS=-X github.com/matrix-org/dendrite/internal.branch=${{ env.BRANCH }} -X github.com/matrix-org/dendrite/internal.build=${{ env.BUILD }} platforms: ${{ env.PLATFORMS }} |