Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit d85aa25

Browse files
committed
Update docker/build-push-action action to v5
1 parent 4e9a38b commit d85aa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Build and push docker image
7171
if: '!env.TAG_ALREADY_EXISTS'
72-
uses: docker/build-push-action@v4
72+
uses: docker/build-push-action@v5
7373
with:
7474
context: ./prebid-server-java
7575
# push image only on main branch

0 commit comments

Comments
 (0)