diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index e9eef9b..15ca84d 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -36,5 +36,6 @@ jobs: with: context: . file: ./Dockerfile + push: true build-args: TOFU_VERSION=${{ github.event.inputs.version }} tags: ${{ env.IMAGE }}:${{ github.event.inputs.version }} \ No newline at end of file