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 1
1
name : Docker
2
2
3
3
on :
4
+ # Disable schedule for preliminary testing
4
5
# schedule:
5
6
# - cron: "0 17 * * 6"
6
7
push :
15
16
workflow_dispatch :
16
17
17
18
env :
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') }}
19
20
20
21
jobs :
21
22
docker_build :
54
55
username : ${{ github.actor }}
55
56
password : ${{ secrets.GITHUB_TOKEN }}
56
57
58
+ # tbd: not sure how to update this for buildx
59
+ #
57
60
# -
58
61
# name: Extract Docker metadata
59
62
# if: env.PUSH == 'true'
71
74
workdir : .docker
72
75
push : ${{ env.PUSH }}
73
76
set : |
74
- *.platform=linux/amd64
75
77
*.cache-from=type=gha,scope=ci
76
78
*.cache-from=type=gha,scope=robot
77
79
*.cache-from=type=gha,scope=desktop
81
83
desktop.cache-to=type=gha,mode=max,scope=desktop
82
84
desktop-nvidia.cache-to=type=gha,mode=max,scope=desktop-nvidia
83
85
86
+ # Pull request builds are not cached; and only built for AMD64
84
87
- if : github.event_name == 'pull_request'
85
88
name : Build and push (PR)
86
89
uses : docker/bake-action@v5.5.0
You can’t perform that action at this time.
0 commit comments