Loading .gitea/workflows/build.yaml +0 −10 Original line number Diff line number Diff line Loading @@ -35,16 +35,6 @@ jobs: file: 'Dockerfile.linux.amd64' push: true tags: 'cr.simoncor.net/siempie/simoncor-net:latest' cache-from: 'type=local,src=/tmp/.buildx-cache' cache-to: 'type=local,dest=/tmp/.buildx-cache-new,mode=max' # move cache - temp fix # https://github.com/docker/build-push-action/issues/252 # https://github.com/moby/buildkit/issues/1896 - name: Move cache run: | rm -rf /tmp/.buildx-cache mv /tmp/.buildx-cache-new /tmp/.buildx-cache # ansible deployment Loading Loading
.gitea/workflows/build.yaml +0 −10 Original line number Diff line number Diff line Loading @@ -35,16 +35,6 @@ jobs: file: 'Dockerfile.linux.amd64' push: true tags: 'cr.simoncor.net/siempie/simoncor-net:latest' cache-from: 'type=local,src=/tmp/.buildx-cache' cache-to: 'type=local,dest=/tmp/.buildx-cache-new,mode=max' # move cache - temp fix # https://github.com/docker/build-push-action/issues/252 # https://github.com/moby/buildkit/issues/1896 - name: Move cache run: | rm -rf /tmp/.buildx-cache mv /tmp/.buildx-cache-new /tmp/.buildx-cache # ansible deployment Loading