diff --git a/.github/workflows/staging-deploy.yml b/.github/workflows/staging-deploy.yml index a5db1cac9..14b12b4b3 100644 --- a/.github/workflows/staging-deploy.yml +++ b/.github/workflows/staging-deploy.yml @@ -48,7 +48,7 @@ jobs: docker build \ -t ghcr.io/bluewave-labs/checkmate-backend:staging \ -f ./docker/staging/server.Dockerfile \ - --label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate-backend \ + --label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate \ . - name: Push Server Docker image @@ -59,7 +59,7 @@ jobs: docker build \ -t ghcr.io/bluewave-labs/checkmate-mongo:staging \ -f ./docker/staging/mongoDB.Dockerfile \ - --label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate-backend \ + --label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate \ . - name: Push MongoDB Docker image @@ -70,7 +70,7 @@ jobs: docker build \ -t ghcr.io/bluewave-labs/checkmate-redis:staging \ -f ./docker/staging/redis.Dockerfile \ - --label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate-backend \ + --label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate \ . - name: Push Redis Docker image