diff --git a/.github/workflows/update_docker_dev_image.yml b/.github/workflows/update_docker_dev_image.yml index 658ea27..97fb524 100644 --- a/.github/workflows/update_docker_dev_image.yml +++ b/.github/workflows/update_docker_dev_image.yml @@ -6,4 +6,6 @@ jobs: build_and_publish_docker: uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_DockerOptionalSemVer - secrets: inherit \ No newline at end of file + secrets: inherit + with: + include_semver: False \ No newline at end of file