Skip to content

Commit b6e8ac1

Browse files
build(deps): bump docker/build-push-action from 4 to 5 (#2278)
1 parent 9963438 commit b6e8ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: "${{ secrets.QUAY_USER }}"
5151
password: "${{ secrets.QUAY_TOKEN }}"
5252
- name: Build and push container to Dockerhub
53-
uses: docker/build-push-action@v4
53+
uses: docker/build-push-action@v5
5454
with:
5555
context: .
5656
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)