Skip to content

Commit 37933aa

Browse files
authored
Merge pull request #42 from toelke/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents 3d0fa11 + da98291 commit 37933aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
2121
- name: Build and push
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
push: true
2525
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)