Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c78ba25

Browse files
authored
Fix: remove extra pushh step from build (#894)
1 parent e9ea2f2 commit c78ba25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
IMG: ${{ steps.prep.outputs.image }}
3535
- name: Tag latest
3636
run: docker buildx imagetools create -t ${DOCKER_REPO}:latest ${{ steps.prep.outputs.image }}
37-
- name: Push latest
38-
run: docker push ${DOCKER_REPO}:latest
3937
- name: Push release manifest
4038
uses: softprops/action-gh-release@v2
4139
with:

0 commit comments

Comments
 (0)