File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11name : Docker
22
33on :
4+ # Disable schedule for preliminary testing
45 # schedule:
56 # - cron: "0 17 * * 6"
67 push :
1516 workflow_dispatch :
1617
1718env :
18- PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'apl-ocean-engineering /blue') }}
19+ PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'Robotic-Decision-Making-Lab /blue') }}
1920
2021jobs :
2122 docker_build :
5455 username : ${{ github.actor }}
5556 password : ${{ secrets.GITHUB_TOKEN }}
5657
58+ # tbd: not sure how to update this for buildx
59+ #
5760 # -
5861 # name: Extract Docker metadata
5962 # if: env.PUSH == 'true'
7174 workdir : .docker
7275 push : ${{ env.PUSH }}
7376 set : |
74- *.platform=linux/amd64
7577 *.cache-from=type=gha,scope=ci
7678 *.cache-from=type=gha,scope=robot
7779 *.cache-from=type=gha,scope=desktop
8183 desktop.cache-to=type=gha,mode=max,scope=desktop
8284 desktop-nvidia.cache-to=type=gha,mode=max,scope=desktop-nvidia
8385
86+ # Pull request builds are not cached; and only built for AMD64
8487 - if : github.event_name == 'pull_request'
8588 name : Build and push (PR)
8689
You can’t perform that action at this time.
0 commit comments