Skip to content

Commit

Permalink
Fixup container image name mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 10, 2023
1 parent de2bf54 commit e8cf940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
secrets: "inherit"
with:
docker-file-name: "Dockerfile"
docker-image-name: "snow-today-webapp-server"
docker-image-name: "nsidc/snow-today-webapp-server"

# TODO: Decouple the two images
build-and-release-ingest-image:
Expand All @@ -33,4 +33,4 @@ jobs:
secrets: "inherit"
with:
docker-file-name: "Dockerfile.ingest"
docker-image-name: "snow-today-webapp-server-ingest"
docker-image-name: "nsidc/snow-today-webapp-server-ingest"

0 comments on commit e8cf940

Please sign in to comment.