Skip to content

Commit 71ac3e9

Browse files
committed
updates
1 parent ff72d7b commit 71ac3e9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- name: Generate Docker Tag
1717
run: |
1818
echo ${{ github.ref }} | cut -d '/' -f 3 > DOCKER_TAG
19-
# Set docker tag in github env
2019
echo "DOCKER_TAG=$(cat DOCKER_TAG)" >> $GITHUB_ENV
2120
2221
- name: Set up QEMU
@@ -46,7 +45,7 @@ jobs:
4645
platforms: linux/amd64,linux/arm64
4746
push: true
4847
tags: |
49-
ghcr.io/brpaz/postgres-operator:latest
50-
ghcr.io/brpaz/postgres-operator:${{ env.DOCKER_TAG }}
51-
brpaz/postgres-operator:${{ env.DOCKER_TAG }}
52-
brpaz/postgres-operator:latest
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

0 commit comments

Comments
 (0)