Skip to content

Commit 6a8d333

Browse files
author
Jairo Llopis
committed
Fix repo name detection
1 parent 7b0c71e commit 6a8d333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
- run: ./tests/test.py -v
5757
# Push
5858
- name: push to docker hub
59-
if: github.repository == 'Tecnativa/postgres-autoconf' && github.ref == 'refs/heads/master'
59+
if: github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6060
env:
6161
REGISTRY_HOST: docker.io
6262
DOCKER_HUB_TOKEN: ${{ secrets.DOCKERHUB_PASSWORD }}
6363
DOCKER_HUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
6464
run: ./hooks/push
6565
- name: push to github registry
66-
if: github.repository == 'Tecnativa/postgres-autoconf' && github.ref == 'refs/heads/master'
66+
if: github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6767
env:
6868
DOCKER_REPO_SUFFIX: /postgres-autoconf
6969
REGISTRY_HOST: docker.pkg.github.com

0 commit comments

Comments
 (0)