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 }}