Skip to content

Commit b878e2e

Browse files
committed
revert roshangm1 user
1 parent 3216a63 commit b878e2e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build-containers.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: |
5252
docker buildx build --platform linux/${{ matrix.arch }} \
5353
-f Dockerfile.dev \
54-
-t ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }} \
54+
-t ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }} \
5555
--build-arg NEXT_PUBLIC_VERSION=${{ env.NEXT_PUBLIC_VERSION }} \
5656
--provenance=false --sbom=false \
57-
--output "type=registry,name=ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }}" .
57+
--output "type=registry,name=ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }}" .
5858
5959
build-container-manifest:
6060
needs: [build-containers, build-containers-common]
@@ -73,29 +73,29 @@ jobs:
7373
run: |
7474
# Verify the architecture images
7575
echo "Verifying AMD64 image:"
76-
docker buildx imagetools inspect ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-amd64
76+
docker buildx imagetools inspect ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-amd64
7777
7878
echo "Verifying ARM64 image:"
79-
docker buildx imagetools inspect ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-arm64
79+
docker buildx imagetools inspect ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-arm64
8080
8181
# Try to remove any existing manifests first
82-
docker manifest rm ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }} || true
83-
docker manifest rm ghcr.io/roshangm1/postiz-app:latest || true
82+
docker manifest rm ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }} || true
83+
docker manifest rm ghcr.io/gitroomhq/postiz-app:latest || true
8484
8585
# Create and push the version-specific manifest
86-
docker manifest create ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }} \
87-
--amend ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-amd64 \
88-
--amend ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-arm64
86+
docker manifest create ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }} \
87+
--amend ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-amd64 \
88+
--amend ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-arm64
8989
90-
docker manifest push ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}
90+
docker manifest push ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}
9191
9292
# Create and push the latest manifest
93-
docker manifest create ghcr.io/roshangm1/postiz-app:latest \
94-
--amend ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-amd64 \
95-
--amend ghcr.io/roshangm1/postiz-app:${{ env.CONTAINERVER }}-arm64
93+
docker manifest create ghcr.io/gitroomhq/postiz-app:latest \
94+
--amend ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-amd64 \
95+
--amend ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-arm64
9696
97-
docker manifest push ghcr.io/roshangm1/postiz-app:latest
97+
docker manifest push ghcr.io/gitroomhq/postiz-app:latest
9898
9999
- name: Verify Manifest
100100
run: |
101-
docker manifest inspect ghcr.io/roshangm1/postiz-app:latest
101+
docker manifest inspect ghcr.io/gitroomhq/postiz-app:latest

0 commit comments

Comments
 (0)