mirror of
https://github.com/cs3org/wopiserver.git
synced 2025-04-18 13:04:00 +03:00
CI: another minor update
This commit is contained in:
parent
79e8032a5c
commit
d0e1e5f3f5
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Docker Hub
|
||||
if: matrix.push
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
- ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
@ -75,4 +75,4 @@ jobs:
|
||||
--amend ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-amd64 \
|
||||
--amend ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-arm64
|
||||
- name: Push manifest
|
||||
run: docker manifest push ${{ matrix.manifest }}
|
||||
run: docker manifest push ${{ matrix.manifest }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user