We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6687bed commit 7ace406Copy full SHA for 7ace406
.github/workflows/docker-image-build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: 📥 Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
20
- name: 📦 Set up QEMU
21
uses: docker/setup-qemu-action@v3
@@ -36,7 +36,7 @@ jobs:
36
echo "TAG=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')" >> $GITHUB_ENV
37
38
- name: 🏗 Build and push Docker image
39
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
40
with:
41
context: .
42
provenance: false
0 commit comments