From 79787ffef962151ae4baf2ce2da232bd1ccff38d Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Sat, 20 Jan 2024 18:36:34 -0600 Subject: [PATCH] updating docker flow --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 00005df..5ee3049 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,6 @@ on: branches: - 'master' - 'main' - - 'docker_testing' tags: - "v*.*.*" @@ -37,7 +36,7 @@ env: VERSION: ${{ github.ref_name }} #VERSION: ${{ github.event.head_commit.message }} - RELEASE_BRANCH: docker_testing + RELEASE_BRANCH: master jobs: # Builds the base container image and pushes it to the container registry