Skip to content

Commit 7ace406

Browse files
Update github-actions to v6
1 parent 6687bed commit 7ace406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-build.yml

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

1616
steps:
1717
- name: 📥 Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: 📦 Set up QEMU
2121
uses: docker/setup-qemu-action@v3
@@ -36,7 +36,7 @@ jobs:
3636
echo "TAG=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')" >> $GITHUB_ENV
3737
3838
- name: 🏗 Build and push Docker image
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
provenance: false

0 commit comments

Comments
 (0)