diff --git a/.github/workflows/_deploy-sandbox.js.yaml b/.github/workflows/_deploy-sandbox.js.yaml index 55d680dea..4fecf8534 100644 --- a/.github/workflows/_deploy-sandbox.js.yaml +++ b/.github/workflows/_deploy-sandbox.js.yaml @@ -128,13 +128,13 @@ jobs: tags: | type=sha ${{ env.TAG_ESCAPED }} - type=schedule - type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - type=semver,pattern={{major}} - type=raw,value=latest,enable={{is_default_branch}} + # type=schedule + # type=ref,event=branch + # type=ref,event=pr + # type=semver,pattern={{version}} + # type=semver,pattern={{major}}.{{minor}} + # type=semver,pattern={{major}} + # type=raw,value=latest,enable={{is_default_branch}} # ${{ env.PROJECT_VERSION }} - name: Build and push