File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 - name : Tag and push as latest (if release)
8282 if : env.IS_RELEASE == 'true'
8383 run : |
84- docker pull ghcr.io/${{ secrets.DOCKER_USERNAME }}/${{ matrix.name }}:${{ env.GIT_TAG }}
85- docker tag ghcr.io/${{ secrets.DOCKER_USERNAME }}/${{ matrix.name }}:${{ env.GIT_TAG }} \
86- ghcr.io/${{ secrets.DOCKER_USERNAME }}/${{ matrix.name }}:latest
87- docker push ghcr.io/${{ secrets.DOCKER_USERNAME }}/${{ matrix.name }}:latest
84+ docker pull ghcr.io/${{ env.REPO_OWNER_LC }}/${{ matrix.name }}:${{ env.GIT_TAG }}
85+ docker tag ghcr.io/${{ env.REPO_OWNER_LC }}/${{ matrix.name }}:${{ env.GIT_TAG }} \
86+ ghcr.io/${{ env.REPO_OWNER_LC }}/${{ matrix.name }}:latest
87+ docker push ghcr.io/${{ env.REPO_OWNER_LC }}/${{ matrix.name }}:latest
You can’t perform that action at this time.
0 commit comments