File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33# build, push and cache the docker image. I have to adjust the following in case of a different repository:
44# - I have to add the 'BUILD_DATE' arg in the Dockerfile
55# - I have to create a DOCKER_PASSWORD (use the docker token) in the 'Settings' tab of the repository
6+ # - This github action also updates the dockerhub readme file
67# References:
78# - https://github.com/mlampros/IceSat2R/blob/master/.github/workflows/docker_image.yml
89# - https://github.com/orgs/community/discussions/25768#discussioncomment-3249184
2223
2324 steps :
2425 - name : Check Out Repo
25- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2627
2728 - id : string
2829 uses : ASzc/change-string-case-action@v6
Original file line number Diff line number Diff line change 4242
4343 - name : Deploy to GitHub pages 🚀
4444 if : github.event_name != 'pull_request'
45- uses : JamesIves/github-pages-deploy-action@v4.5.0
45+ uses : JamesIves/github-pages-deploy-action@v4.7.3
4646 with :
4747 clean : false
4848 branch : gh-pages
You can’t perform that action at this time.
0 commit comments