File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 push : true
2525 tags : archmonger/conreq:develop
2626 - name : Push to GitHub Container Registry
27- run : docker push ghcr.io/archmonger/conreq:develop
27+ uses : matootie/github-docker@v3.0.0
28+ with :
29+ accessToken : ${{ github.token }}
30+ tag : develop
Original file line number Diff line number Diff line change 2222 with :
2323 push : true
2424 tags : archmonger/conreq:latest,archmonger/conreq:${{ github.event.release.tag_name }}
25- - name : Push to GitHub Container Registry (latest)
26- run : docker push ghcr.io/archmonger/conreq:latest && docker push ghcr.io/archmonger/conreq:${{ github.event.release.tag_name }}
27- - name : Push to GitHub Container Registry (version tag)
28- run : docker push ghcr.io/archmonger/conreq:${{ github.event.release.tag_name }}
25+ - name : Push to GitHub Container Registry
26+ uses : matootie/github-docker@v3.0.0
27+ with :
28+ accessToken : ${{ github.token }}
29+ tag : |
30+ latest
31+ ${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments