File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments