From 982bac511867d4a9774d9758b68d8bf548f0468b Mon Sep 17 00:00:00 2001 From: Amogh Bharadwaj Date: Thu, 2 Nov 2023 08:08:06 -0700 Subject: [PATCH] Change branch in stable docker yml to stable (#603) --- .github/workflows/stable-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stable-docker.yml b/.github/workflows/stable-docker.yml index c76919de1b..360a50f6c4 100644 --- a/.github/workflows/stable-docker.yml +++ b/.github/workflows/stable-docker.yml @@ -34,7 +34,7 @@ jobs: with: token: ${{ secrets.DEPOT_TOKEN }} files: ./docker-bake.hcl - push: ${{ github.ref == 'refs/heads/main' }} + push: ${{ github.ref == 'refs/heads/stable' }} env: SHA_SHORT: stable-${{ github.ref_name }} TAG: latest-stable