From a9cca56520be31333b56e1703be553e83c7f0ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Mouton?= Date: Wed, 23 Jul 2025 14:00:03 +0200 Subject: [PATCH] Add push option to build and push step in build-image workflow --- .github/workflows/build-image.yaml | 1 + 1 file changed, 1 insertion(+) 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