Skip to content

Commit

Permalink
update context paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Oct 28, 2024
1 parent 217f7bb commit 1017b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-fetchdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: scripts/.
context: ./workflow/scripts/.
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-soit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: workflow/scripts/satellite-overpass-idenfitication-tool
context: ./workflow/scripts/satellite-overpass-idenfitication-tool
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1017b10

Please sign in to comment.