Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Apr 4, 2024
1 parent 21a8dcb commit b2736fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

# -- Build --
- name: Build
run: docker build -t "ngap-dit-proxy:{{ steps.version.outputs.version }}" .
run: docker build -t "ngap-dit-proxy:${{ steps.version.outputs.version }}" .
- name: Tag as latest
if: github.ref == 'refs/heads/main'
run: docker tag ghcr.io/podaac/ngap-dit-proxy:{{ steps.version.outputs.version }} ghcr.io/podaac/ngap-dit-proxy:latest
run: docker tag ghcr.io/podaac/ngap-dit-proxy:${{ steps.version.outputs.version }} ghcr.io/podaac/ngap-dit-proxy:latest
- name: Publish Docker images
run: docker image push -a ghcr.io/podaac/ngap-dit-proxy

0 comments on commit b2736fc

Please sign in to comment.