Skip to content

Commit d773074

Browse files
authored
Merge pull request #14 from toelke/renovate/docker-build-push-action-5.x
Update docker/build-push-action action to v5
2 parents 346f7a8 + bf13bcd commit d773074

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@v4
22+
uses: docker/build-push-action@v5
2323
with:
2424
push: true
2525
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)