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: