Skip to content

Commit e608719

Browse files
committed
Use 'quay.io/leonardoce' repository
1 parent 4f4826b commit e608719

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ connection pool. Use pgbouncer if you need something like that.
2525
## Docker image
2626

2727
A 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

0 commit comments

Comments
 (0)