Skip to content

Commit 1e4ac09

Browse files
Bump actions (#80)
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
1 parent ba5d307 commit 1e4ac09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242
-
4343
name: Build and push
44-
uses: docker/build-push-action@v5
44+
uses: docker/build-push-action@v6
4545
with:
4646
context: .
4747
platforms: linux/amd64,linux/arm64
@@ -138,7 +138,7 @@ jobs:
138138
password: ${{ secrets.GITHUB_TOKEN }}
139139
-
140140
name: Build and push
141-
uses: docker/build-push-action@v5
141+
uses: docker/build-push-action@v6
142142
with:
143143
context: .
144144
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)