File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 42
42
uses : docker/metadata-action@v4
43
43
with :
44
44
images : |
45
+ ${{ env.DOCKER_IMAGE_NAME }}
45
46
${{ env.GHCR_IMAGE_NAME }}
46
47
flavor : |
47
48
latest=false
@@ -108,6 +109,7 @@ jobs:
108
109
uses : docker/metadata-action@v4
109
110
with :
110
111
images : |
112
+ ${{ env.DOCKER_IMAGE_NAME }}
111
113
${{ env.GHCR_IMAGE_NAME }}
112
114
flavor : |
113
115
latest=false
@@ -239,14 +241,6 @@ jobs:
239
241
run : docker manifest push ${{ steps.meta-ghcr-tag.outputs.tags }}
240
242
if : startsWith(github.ref, 'refs/tags/')
241
243
242
- # Retag all the things for Docker Hub
243
- - run : docker tag ${{ steps.meta-ghcr.outputs.tags }}-amd64 ${{ steps.meta-dockerhub.outputs.tags }}-amd64
244
- - run : docker tag ${{ steps.meta-ghcr.outputs.tags }}-arm64v8 ${{ steps.meta-dockerhub.outputs.tags }}-arm64v8
245
-
246
- # Push images to Docker Hub
247
- - run : docker push ${{ steps.meta-dockerhub.outputs.tags }}-amd64
248
- - run : docker push ${{ steps.meta-dockerhub.outputs.tags }}-arm64v8
249
-
250
244
# Now, create manifests for Docker Hub
251
245
252
246
- name : manifest-dockerhub
You can’t perform that action at this time.
0 commit comments