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 @@ -2,7 +2,6 @@ name: Tag and push all docker
22
33on :
44 workflow_dispatch : {}
5- pull_request :
65 push :
76 tags :
87 - v*
5857 - name : Log in to Docker
5958 run : |
6059 echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username ${DOCKER_USERNAME} --password-stdin
60+
6161 - name : Tag image versions
6262 run : |
6363 docker image tag us-docker.pkg.dev/oplabs-tools-artifacts/images/${{ matrix.image }} ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
6767 run : |
6868 docker image tag ghcr.io/${{ github.repository_owner }}/${{ matrix.image }} ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:${{ github.ref_name }}
6969
70- # - name: Push images
71- # run: |
72- # docker image push -a ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
70+ - name : Push images
71+ run : |
72+ docker image push -a ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
You can’t perform that action at this time.
0 commit comments