From 2a658ffb7b3a5a950cc1c1b3709fd017772d2d1a Mon Sep 17 00:00:00 2001 From: kevinpricethesecond Date: Thu, 11 Jul 2024 09:13:03 -0500 Subject: [PATCH] remove release tagging from auto_build --- .github/workflows/auto_build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/auto_build.yml b/.github/workflows/auto_build.yml index 6f98d26..d2e5afb 100644 --- a/.github/workflows/auto_build.yml +++ b/.github/workflows/auto_build.yml @@ -30,11 +30,6 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag tapis/globus-proxy:${{ steps.extract_branch.outputs.branch }} - - # if tag == prod release, tag as latest - - name: Build the Docker image with latest tag - if: ${{ steps.extract_branch.outputs.branch == 'prod' }} - run: docker build . --file Dockerfile --tag tapis/globus-proxy:latest --tag tapis/globus-proxy:1.3.0 - name: Push the image to dockerhub run: docker push --all-tags tapis/globus-proxy