Skip to content

Commit

Permalink
Update update-pangeo-dockerfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 14, 2024
1 parent f4948a8 commit 9177261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pangeo-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git checkout -b update-dockerfile
git add base-image/Dockerfile
git commit -m "Update Dockerfile from source"
git push -u origin update-dockerfile
git push -u origin update-dockerfile --force
- name: Create Pull Request
if: steps.fetch_dockerfile.outputs.changed == 'true'
Expand Down

0 comments on commit 9177261

Please sign in to comment.