File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 password : ${{ secrets.DOCKER_PASSWORD }}
2525 - name : Build
2626 run : |
27- docker build -t quay.io/leonardo_cecchi /webtest:${{ steps.get_version.outputs.VERSION }} .
27+ docker build -t quay.io/leonardoce /webtest:${{ steps.get_version.outputs.VERSION }} .
2828 - name : Push
29- run : docker push quay.io/leonardo_cecchi /webtest:${{ steps.get_version.outputs.VERSION }}
29+ run : docker push quay.io/leonardoce /webtest:${{ steps.get_version.outputs.VERSION }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ connection pool. Use pgbouncer if you need something like that.
2525## Docker image
2626
2727A simple Docker image containing this utility can be found at
28- [ hub.docker.com/r/leonardoce/webtest ] ( https://hub.docker.com/r /leonardoce/webtest ) .
28+ [ quay.io ] ( https://quay.io/repository /leonardoce/webtest ) .
2929
3030## Thanks
3131
You can’t perform that action at this time.
0 commit comments