diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 498573538d..266694f39b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -52,5 +52,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 - driver: docker-container \ No newline at end of file + platforms: linux/amd64,linux/arm64 \ No newline at end of file