Skip to content

Commit 44fe56b

Browse files
committed
ci: update docker/build-and-push action v5 -> v6
1 parent d02ca0b commit 44fe56b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
username: ${{ github.actor }}
1818
password: ${{ github.token }}
1919
- name: Build image
20-
uses: docker/build-push-action@v5
20+
uses: docker/build-push-action@v6
2121
with:
2222
cache-from: type=gha
2323
platforms: linux/amd64 # GitHub only offers AMD64 codespaces

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Weekly Release
33
# Build a fresh image every week.
44
on:
55
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
77
push:
88
branches:
99
- main
@@ -21,7 +21,7 @@ jobs:
2121
username: ${{ github.actor }}
2222
password: ${{ github.token }}
2323
- name: Build and Push
24-
uses: docker/build-push-action@v5
24+
uses: docker/build-push-action@v6
2525
with:
2626
platforms: linux/amd64 # GitHub only offers AMD64 codespaces
2727
pull: true

0 commit comments

Comments
 (0)