From ee5c55c5bd57a7c632889452581c154732dd34af Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:13:45 +0200 Subject: [PATCH] ci: Docker publish fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9005cf4bbf..83dbcb5ee3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,7 +282,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: DEV - Tag Linux images - if: needs.build.outputs.do_prod_release + if: needs.build.outputs.do_dev_release run: | docker tag fcli-scratch fortifydocker/fcli:${RELEASE_TAG}