We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ea2f2 commit c78ba25Copy full SHA for c78ba25
.github/workflows/publish.yml
@@ -34,8 +34,6 @@ jobs:
34
IMG: ${{ steps.prep.outputs.image }}
35
- name: Tag latest
36
run: docker buildx imagetools create -t ${DOCKER_REPO}:latest ${{ steps.prep.outputs.image }}
37
- - name: Push latest
38
- run: docker push ${DOCKER_REPO}:latest
39
- name: Push release manifest
40
uses: softprops/action-gh-release@v2
41
with:
0 commit comments