Skip to content

Commit 6f75cb0

Browse files
chore: fix project cd workflow
1 parent 22db2f4 commit 6f75cb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ jobs:
4848
- name: Build and push multi-arch docker image on release
4949
run: |
5050
make docker-buildx IMG=${{ steps.meta.outputs.tags }}
51-
- name: Build and push latest multi-arch docker image
52-
id: latest
53-
run: |
54-
make docker-buildx IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)