From f334d2f788a3616adbcb5235cd2c7a2d83a1d047 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Sun, 20 Apr 2025 11:49:06 -0700 Subject: [PATCH] update workflow --- .github/workflows/staging-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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