diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c5aa55f..2b9fc5a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -52,6 +52,7 @@ jobs: with: context: . file: ./Dockerfile + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha