Skip to content

Commit 63ebfec

Browse files
committed
⬆️ CI: Upgrade Docker build and push action
1 parent f2c6c6b commit 63ebfec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v3
@@ -49,7 +49,7 @@ jobs:
4949
echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_OUTPUT
5050
5151
- name: Build and push Docker image
52-
uses: docker/build-push-action@v3
52+
uses: docker/build-push-action@v6
5353
with:
5454
context: .
5555
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)