From e73b4e3c554cbaddddab6def38927f2e2c3066bf Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 21 Oct 2022 06:33:15 -0600 Subject: [PATCH] Update build-images.yaml --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index b440c41..3ccb512 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -22,7 +22,7 @@ on: env: VERSION: ${{ github.event.inputs.version }} - NEW_VERSION: "" + NEW_VERSION: ${{ null }} name: Builds and pushes tagged image to DockerHub jobs: