Skip to content

Commit

Permalink
Update docker image push
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent e38724c commit bf08c0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@ jobs:
# -- Build --
- name: Build
run: scripts/build.sh
- name: Tag as latest
if: github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
run: docker tag ghcr.io/podaac/swodlr-hysds-integration ghcr.io/podaac/swodlr-hysds-integration:latest
- name: Publish Docker images
run: docker image push -a ghcr.io/podaac/swodlr-api
run: docker image push -a ghcr.io/podaac/swodlr-hysds-integration

0 comments on commit bf08c0d

Please sign in to comment.