Skip to content

Commit 3f077fd

Browse files
author
a.b.christie
committed
build: Update checkout version and push
1 parent c2c5086 commit 3f077fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
- name: Set up QEMU
2929
uses: docker/setup-qemu-action@v3
3030
- name: Set up Docker Buildx
@@ -33,3 +33,4 @@ jobs:
3333
uses: docker/build-push-action@v6
3434
with:
3535
platforms: linux/amd64,linux/arm64
36+
push: true

0 commit comments

Comments
 (0)