Skip to content

Commit e5008cf

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 8cc8333 commit e5008cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
core.setOutput('db_version', db_version);
5959
6060
- name: Build Ubuntu image
61-
uses: docker/build-push-action@v6
61+
uses: docker/build-push-action@v7
6262
with:
6363
tags: 'ci/openvoxserver:${{ steps.extract_server_version.outputs.server_version }}'
6464
context: openvoxserver
@@ -74,7 +74,7 @@ jobs:
7474
JDK_VERSION=${{ matrix.jdk_version }}
7575
7676
- name: Build Alpine image
77-
uses: docker/build-push-action@v6
77+
uses: docker/build-push-action@v7
7878
with:
7979
tags: 'ci/openvoxserver:${{ steps.extract_server_version.outputs.server_version }}-alpine'
8080
context: openvoxserver

.github/workflows/security_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
core.setOutput('version', version);
5252
5353
- name: Build ${{ matrix.platform }} CI container
54-
uses: docker/build-push-action@v6
54+
uses: docker/build-push-action@v7
5555
with:
5656
tags: 'ci/openvoxserver:${{ steps.extract_version.outputs.version }}'
5757
context: openvoxserver

0 commit comments

Comments
 (0)