diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index c36374d..74a39ab 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -37,5 +37,5 @@ jobs: labels: | org.opencontainers.image.source=${{ gitea.server_url }}/${{ gitea.repository }} org.opencontainers.image.description=Email Classifier Service - cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache - cache-to: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache,mode=max \ No newline at end of file + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file