Skip to content

Commit

Permalink
Fix umm-s and bump docker/build-push-action action version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jul 29, 2024
1 parent 2b069ee commit c994060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:
pip install tenacity
${GITHUB_WORKSPACE}/.github/workflows/wait-for-pypi.py ${{needs.build.outputs.pyproject_name}}[harmony]==${{ needs.build.outputs.version }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile
Expand Down
5 changes: 0 additions & 5 deletions cmr/netcdf_cmr_umm_s.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"ServiceSpecificTerm": "DATA REFORMATTING"
}
],
"MetadataSpecification": {
"URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.4",
"Name": "UMM-S",
"Version": "1.4"
},
"ContactGroups": [
{
"Roles": [
Expand Down

0 comments on commit c994060

Please sign in to comment.