From 93e4e0f1770668f583510efb1c86949dfc8ae617 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:22:09 +0300 Subject: [PATCH] ci(docker): add stable tag for dist-tests images (#1273) --- .github/workflows/docker-dist-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-dist-tests.yml b/.github/workflows/docker-dist-tests.yml index c6c133f2..74bd84af 100644 --- a/.github/workflows/docker-dist-tests.yml +++ b/.github/workflows/docker-dist-tests.yml @@ -49,6 +49,7 @@ jobs: nat_ip_auto: true tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }} tag_suffix: dist-tests + tag_stable: ${{ startsWith(github.ref, 'refs/tags/') }} contract_image: "codexstorage/codex-contracts-eth:sha-${{ needs.get-contracts-hash.outputs.hash }}-dist-tests" run_release_tests: ${{ inputs.run_release_tests }} secrets: inherit