Skip to content

Commit 8220ed6

Browse files
author
Jairo Llopis
committed
Use ghcr.io image registry instead
1 parent be7978f commit 8220ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
- name: push to github registry
6666
if: github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6767
env:
68-
DOCKER_REPO_SUFFIX: /postgres-autoconf
69-
REGISTRY_HOST: docker.pkg.github.com
68+
REGISTRY_HOST: ghcr.io
7069
DOCKER_HUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7170
DOCKER_HUB_USERNAME: ${{ github.actor }}
7271
run: ./hooks/push

0 commit comments

Comments
 (0)