|
|
@@ -151,32 +151,32 @@ jobs:
|
|
151
|
151
|
push: true
|
|
152
|
152
|
provenance: false
|
|
153
|
153
|
tags: |
|
|
154
|
|
- lejianwen/rustdesk-api:${{ env.LATEST_TAG }}-${{ matrix.job.platform }}
|
|
155
|
|
- lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.platform }}
|
|
|
154
|
+ lejianwen/rustdesk-api:${{ env.LATEST_TAG }}
|
|
|
155
|
+ lejianwen/rustdesk-api:${{ env.TAG }}
|
|
156
|
156
|
labels: ${{ steps.meta.outputs.labels }}
|
|
157
|
157
|
|
|
158
|
158
|
#
|
|
159
|
|
- docker-manifest:
|
|
160
|
|
- name: Push Docker Manifest
|
|
161
|
|
- needs: docker
|
|
162
|
|
- runs-on: ubuntu-latest
|
|
163
|
|
- steps:
|
|
164
|
|
- - name: Extract version from tag
|
|
165
|
|
- id: vars
|
|
166
|
|
- run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
|
167
|
|
-
|
|
168
|
|
- - name: Log in to Docker Hub
|
|
169
|
|
- uses: docker/login-action@v2
|
|
170
|
|
- with:
|
|
171
|
|
- username: ${{ secrets.DOCKER_USERNAME }}
|
|
172
|
|
- password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
|
173
|
|
-
|
|
174
|
|
- - name: Create and push manifest (:version)
|
|
175
|
|
- uses: Noelware/docker-manifest-action@master
|
|
176
|
|
- with:
|
|
177
|
|
- base-image: lejianwen/rustdesk-api:${{ env.TAG }}
|
|
178
|
|
- extra-images: lejianwen/rustdesk-api:${{ env.TAG }}-amd64,lejianwen/rustdesk-api:${{ env.TAG }}-arm64
|
|
179
|
|
- push: true
|
|
|
159
|
+# docker-manifest:
|
|
|
160
|
+# name: Push Docker Manifest
|
|
|
161
|
+# needs: docker
|
|
|
162
|
+# runs-on: ubuntu-latest
|
|
|
163
|
+# steps:
|
|
|
164
|
+# - name: Extract version from tag
|
|
|
165
|
+# id: vars
|
|
|
166
|
+# run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
|
|
167
|
+#
|
|
|
168
|
+# - name: Log in to Docker Hub
|
|
|
169
|
+# uses: docker/login-action@v2
|
|
|
170
|
+# with:
|
|
|
171
|
+# username: ${{ secrets.DOCKER_USERNAME }}
|
|
|
172
|
+# password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
|
|
173
|
+#
|
|
|
174
|
+# - name: Create and push manifest (:version)
|
|
|
175
|
+# uses: Noelware/docker-manifest-action@master
|
|
|
176
|
+# with:
|
|
|
177
|
+# base-image: lejianwen/rustdesk-api:${{ env.TAG }}
|
|
|
178
|
+# extra-images: lejianwen/rustdesk-api:${{ env.TAG }}-amd64,lejianwen/rustdesk-api:${{ env.TAG }}-arm64
|
|
|
179
|
+# push: true
|
|
180
|
180
|
|
|
181
|
181
|
# - name: Create and push manifest (:latest)
|
|
182
|
182
|
# uses: Noelware/docker-manifest-action@master
|