Skip to content

Commit e2b8ce4

Browse files
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe89470 commit e2b8ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-stream-perf-test-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{ secrets.DOCKERHUB_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3737
- name: Push to Docker Hub
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v5
3939
with:
4040
build-args: |
4141
stream_perf_test_url=${{ github.event.client_payload.url }}

0 commit comments

Comments
 (0)