File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v4
17
17
18
18
- name : Set up Python 3.12
19
- uses : actions/setup-python@v3
19
+ uses : actions/setup-python
20
20
with :
21
21
python-version : " 3.12"
22
22
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
uses : actions/checkout@v4
34
34
- name : Set up QEMU
35
35
if : matrix.platform != ''
36
- uses : docker/setup-qemu-action@v2
36
+ uses : docker/setup-qemu-action
37
37
- name : Set up Docker Buildx
38
- uses : docker/setup-buildx-action@v2
38
+ uses : docker/setup-buildx-action
39
39
- name : Login to Docker Hub
40
40
if : matrix.push
41
- uses : docker/login-action@v2
41
+ uses : docker/login-action
42
42
with :
43
43
username : ${{ secrets.DOCKERHUB_USERNAME }}
44
44
password : ${{ secrets.DOCKERHUB_TOKEN }}
65
65
- ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:latest
66
66
steps :
67
67
- name : Login to Docker Hub
68
- uses : docker/login-action@v2
68
+ uses : docker/login-action
69
69
with :
70
70
username : ${{ secrets.DOCKERHUB_USERNAME }}
71
71
password : ${{ secrets.DOCKERHUB_TOKEN }}
75
75
--amend ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-amd64 \
76
76
--amend ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-arm64
77
77
- name : Push manifest
78
- run : docker manifest push ${{ matrix.manifest }}
78
+ run : docker manifest push ${{ matrix.manifest }}
You can’t perform that action at this time.
0 commit comments