diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 065e151..f67b9f4 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -36,16 +36,14 @@ jobs: with: push: true tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:${{ gitea.sha }}" - cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: mode=max - name: Build and push Docker image with "latest" tag uses: docker/build-push-action@v5 if: gitea.ref == 'refs/heads/main' with: push: true tags: "${{ steps.get-image-name.outputs.IMAGE_NAME }}:latest" - cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: mode=max test: runs-on: libretunes-cicd