diff --git a/.github/workflows/dluhc-build-and-publish.yml b/.github/workflows/dluhc-build-and-publish.yml index 5367cd5b37..6ed23486b9 100644 --- a/.github/workflows/dluhc-build-and-publish.yml +++ b/.github/workflows/dluhc-build-and-publish.yml @@ -13,7 +13,7 @@ on: ] env: - VERSION: "0.1.128" # Manually increment this version when pushing to main + VERSION: "0.1.129" # Manually increment this version when pushing to main IMAGE_NAME_STUB: "digital-form-builder-dluhc-" DOCKER_REGISTRY: ghcr.io IMAGE_REPO_PATH: "ghcr.io/${{github.repository_owner}}"