Skip to content

Commit 73ff568

Browse files
committed
fix: tag for testing and disable docker hub publish
1 parent 5fefd09 commit 73ff568

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v2
2626

27-
- name: Login to Docker Hub
28-
uses: docker/login-action@v2
29-
with:
30-
username: ${{ secrets.DOCKER_USER }}
31-
password: ${{ secrets.DOCKER_TOKEN }}
32-
3327
- name: Login to GitHub Container Registry
3428
uses: docker/login-action@v2
3529
with:
@@ -45,7 +39,5 @@ jobs:
4539
platforms: linux/amd64,linux/arm64
4640
push: true
4741
tags: |
48-
ghcr.io/movetokube/postgres-operator:latest
49-
ghcr.io/movetokube/postgres-operator:${{ env.DOCKER_TAG }}
50-
movetokube/postgres-operator:${{ env.DOCKER_TAG }}
51-
movetokube/postgres-operator:latest
42+
ghcr.io/geekifier/postgres-operator:latest
43+
ghcr.io/geekifier/postgres-operator:${{ env.DOCKER_TAG }}

0 commit comments

Comments
 (0)