diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d96289a39..8a0573d56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -356,7 +356,7 @@ jobs: tag: "${{ (github.event_name == 'push' && github.ref_name == 'main' && 'rolling') || github.sha }}" - mix_env: demo tag: demo - uses: trento-project/.github/.github/workflows/publish-containers.yaml@26f5627e586f437be10eb1b00f87426e39940ce8 # v1.5.0 + uses: trento-project/.github/.github/workflows/publish-containers.yaml@406be0972195864a87ed454458eaa0856d0c5457 # v1.6.0 with: image_name: trento-wanda tag: ${{ matrix.tag }} @@ -421,7 +421,7 @@ jobs: if: >- fromJSON(vars.OBS_ENABLED) && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') - uses: trento-project/.github/.github/workflows/obs-sync.yaml@26f5627e586f437be10eb1b00f87426e39940ce8 # v1.5.0 + uses: trento-project/.github/.github/workflows/obs-sync.yaml@406be0972195864a87ed454458eaa0856d0c5457 # v1.6.0 needs: - static-code-analysis - test diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ed435146..1439b6c78 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ on: jobs: release: name: Git Release - uses: trento-project/.github/.github/workflows/git-release.yaml@26f5627e586f437be10eb1b00f87426e39940ce8 # v1.5.0 + uses: trento-project/.github/.github/workflows/git-release.yaml@406be0972195864a87ed454458eaa0856d0c5457 # v1.6.0 with: triggering_branch: ${{ github.ref_name }} secrets: @@ -35,7 +35,7 @@ jobs: - mix_env: demo tag: demo branch: main - uses: trento-project/.github/.github/workflows/publish-containers.yaml@26f5627e586f437be10eb1b00f87426e39940ce8 # v1.5.0 + uses: trento-project/.github/.github/workflows/publish-containers.yaml@406be0972195864a87ed454458eaa0856d0c5457 # v1.6.0 with: branch: ${{ matrix.branch }} image_name: trento-wanda @@ -58,7 +58,7 @@ jobs: name: stable - obs_project: ${{ vars.OBS_PROJECT_ROLLING }} name: rolling - uses: trento-project/.github/.github/workflows/obs-sync.yaml@26f5627e586f437be10eb1b00f87426e39940ce8 # v1.5.0 + uses: trento-project/.github/.github/workflows/obs-sync.yaml@406be0972195864a87ed454458eaa0856d0c5457 # v1.6.0 with: update_changelog: true obs_project: ${{ matrix.obs_project }}