fix: remove cache

This commit is contained in:
origranot
2024-08-31 11:34:36 +03:00
parent 3b4f256598
commit be6236877e

View File

@@ -27,11 +27,9 @@ jobs:
run: npm run build
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository_owner }}/$(basename ${{ github.repository }}):latest
cache-from: type=gha
cache-to: type=gha,mode=max