diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a8b92f20d..5d3041b6f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,6 +50,7 @@ jobs: context: . file: Dockerfile # push: ${{ github.event_name == 'push' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file