From f6502462f32db0d1806824e80216432ff259a1a4 Mon Sep 17 00:00:00 2001 From: Fatih Acar Date: Fri, 26 Apr 2024 19:27:07 +0200 Subject: [PATCH] run workflow Signed-off-by: Fatih Acar --- .github/workflows/ci-packer-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-packer-image.yml b/.github/workflows/ci-packer-image.yml index 5f8a69bcad..83e31407e7 100644 --- a/.github/workflows/ci-packer-image.yml +++ b/.github/workflows/ci-packer-image.yml @@ -17,8 +17,11 @@ on: default: fac-golden-image infrahub_version: type: string - default: "0.11" + default: "0.12" description: Infrahub version to use in the image + push: + branches: + - fac-golden-image concurrency: group: ${{ github.workflow }}-${{ github.ref }}