Skip to content

Commit

Permalink
Switch to main branch of re-usable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 10, 2023
1 parent e8cf940 commit 9902651
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 @@ -18,7 +18,7 @@ jobs:
name: "Build and release the data server container image"
needs:
- "test"
uses: "nsidc/.github/.github/workflows/build-and-publish-container-image.yml@add-docker-image-name-param"
uses: "nsidc/.github/.github/workflows/build-and-publish-container-image.yml@main"
secrets: "inherit"
with:
docker-file-name: "Dockerfile"
Expand All @@ -29,7 +29,7 @@ jobs:
name: "Build and release the ingest container image"
needs:
- "build-and-release-image"
uses: "nsidc/.github/.github/workflows/build-and-publish-container-image.yml@add-docker-image-name-param"
uses: "nsidc/.github/.github/workflows/build-and-publish-container-image.yml@main"
secrets: "inherit"
with:
docker-file-name: "Dockerfile.ingest"
Expand Down

0 comments on commit 9902651

Please sign in to comment.