File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
username : ${{ github.actor }}
18
18
password : ${{ github.token }}
19
19
- name : Build image
20
- uses : docker/build-push-action@v5
20
+ uses : docker/build-push-action@v6
21
21
with :
22
22
cache-from : type=gha
23
23
platforms : linux/amd64 # GitHub only offers AMD64 codespaces
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Weekly Release
3
3
# Build a fresh image every week.
4
4
on :
5
5
schedule :
6
- - cron : ' 0 14 * * 1' # run at 9am eastern US time every Monday
6
+ - cron : 0 14 * * 1 # run at 9am eastern US time every Monday
7
7
push :
8
8
branches :
9
9
- main
21
21
username : ${{ github.actor }}
22
22
password : ${{ github.token }}
23
23
- name : Build and Push
24
- uses : docker/build-push-action@v5
24
+ uses : docker/build-push-action@v6
25
25
with :
26
26
platforms : linux/amd64 # GitHub only offers AMD64 codespaces
27
27
pull : true
You can’t perform that action at this time.
0 commit comments