Skip to content

Commit 6833377

Browse files
Merge pull request #47 from weekenthralling/cd
chore: fix project cd workflow
2 parents 22db2f4 + 6f75cb0 commit 6833377

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)