From f9478a04af20dd2da93492407961bec9e5bfbcef Mon Sep 17 00:00:00 2001 From: zidesm <76918762+zidesm@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:44:54 +0200 Subject: [PATCH] copy paste oopsie --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 986200e..a595b37 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -52,7 +52,7 @@ jobs: labels: | IVENTOY=${{ needs.init.outputs.iventoy }} build-args: | - HEALTHCHECKS=${{ needs.init.outputs.iventoy }} + IVENTOY=${{ needs.init.outputs.iventoy }} push: true tags: | ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ needs.init.outputs.iventoy }}