Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent f7c85f9 commit f6093f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
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:{{ steps.version.outputs.VERSION }} ghcr.io/podaac/swodlr-hysds-integration:latest
run: docker tag ghcr.io/podaac/swodlr-hysds-integration:${{ steps.version.outputs.VERSION }} ghcr.io/podaac/swodlr-hysds-integration:latest
- name: Publish Docker images
run: docker image push -a ghcr.io/podaac/swodlr-hysds-integration

0 comments on commit f6093f3

Please sign in to comment.