Skip to content

Commit 5c191fd

Browse files
committed
chore: disable latest on release/1.35.7 branch
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 6c7b98d commit 5c191fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ jobs:
231231
run: |
232232
for t in `echo '${{ steps.meta-ghcr-tag.outputs.tags }}'`; do
233233
docker manifest create ${t} --amend ${t}-amd64 --amend ${t}-arm64v8
234-
docker manifest create ${{ env.GHCR_IMAGE_NAME }}:latest --amend ${t}-amd64 --amend ${t}-arm64v8
235234
done
236235
if: startsWith(github.ref, 'refs/tags/')
237236
# Push various manifests
@@ -242,7 +241,6 @@ jobs:
242241
done
243242
- name: push-ghcr-tags
244243
run: |
245-
docker manifest push ${{ env.GHCR_IMAGE_NAME }}:latest
246244
for t in `echo '${{ steps.meta-ghcr-tag.outputs.tags }}'`; do
247245
docker manifest push ${t}
248246
done
@@ -259,7 +257,6 @@ jobs:
259257
run: |
260258
for t in `echo '${{ steps.meta-dockerhub-tag.outputs.tags }}'`; do
261259
docker manifest create ${t} --amend ${t}-amd64 --amend ${t}-arm64v8
262-
docker manifest create ${{ env.DOCKER_IMAGE_NAME }}:latest --amend ${t}-amd64 --amend ${t}-arm64v8
263260
done
264261
if: startsWith(github.ref, 'refs/tags/')
265262
- name: push-dockerhub
@@ -269,7 +266,6 @@ jobs:
269266
done
270267
- name: push-dockerhub-tags
271268
run: |
272-
docker manifest push ${{ env.DOCKER_IMAGE_NAME }}:latest
273269
for t in `echo '${{ steps.meta-dockerhub-tag.outputs.tags }}'`; do
274270
docker manifest push ${t}
275271
done

0 commit comments

Comments
 (0)