Skip to content

Commit

Permalink
Use 'quay.io/leonardoce' repository
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoce committed Jun 9, 2021
1 parent 4f4826b commit e608719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build
run: |
docker build -t quay.io/leonardo_cecchi/webtest:${{ steps.get_version.outputs.VERSION }} .
docker build -t quay.io/leonardoce/webtest:${{ steps.get_version.outputs.VERSION }} .
- name: Push
run: docker push quay.io/leonardo_cecchi/webtest:${{ steps.get_version.outputs.VERSION }}
run: docker push quay.io/leonardoce/webtest:${{ steps.get_version.outputs.VERSION }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ connection pool. Use pgbouncer if you need something like that.
## Docker image

A simple Docker image containing this utility can be found at
[hub.docker.com/r/leonardoce/webtest](https://hub.docker.com/r/leonardoce/webtest).
[quay.io](https://quay.io/repository/leonardoce/webtest).

## Thanks

Expand Down

0 comments on commit e608719

Please sign in to comment.