File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 publish : true
4444 disable-autolabeler : true
45-
46- - uses : docker/login-action@v3
47- with :
48- registry : " ghcr.io"
49- username : ${{ github.repository_owner }}
50- password : ${{ secrets.GITHUB_TOKEN }}
51-
52- - uses : docker/login-action@v3
53- with :
54- registry : " docker.io"
55- username : ${{ secrets.DOCKERHUB_REGISTRY_USER }}
56- password : ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }}
57-
58- - name : Push built images to Docker.io
59- run : |
60- APP_IMAGE="${{ fromJson(needs.ci.outputs.built-images).app.images[0] }}"
61- docker pull "$APP_IMAGE"
62- APP_TAG="${{ steps.update_release_draft.outputs.tag_name }}"
63- APP_REGISTRY_PATH="docker.io/webofmars"
64- APP_DOCKERIO_IMAGE="${APP_REGISTRY_PATH}/http-header-authenticator:$APP_TAG"
65- docker tag "$APP_IMAGE" "$APP_DOCKERIO_IMAGE"
66- docker push "$APP_DOCKERIO_IMAGE"
You can’t perform that action at this time.
0 commit comments