Skip to content

Commit

Permalink
remove release tagging from auto_build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpricethesecond committed Jul 11, 2024
1 parent eaf32ec commit 2a658ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a658ff

Please sign in to comment.