From bcfabf8d02245080c3b83ad23329119d75df04bf Mon Sep 17 00:00:00 2001 From: Tamara Rivera Date: Thu, 6 Aug 2026 16:11:14 -0700 Subject: [PATCH] Remove tag from PostgreSQL setup in CI workflow Follow up work from https://github.com/Particular/ServiceControl/pull/5678 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8290b04552..776a4994da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,6 @@ jobs: if: matrix.test-category == 'PostgreSQL' with: connection-string-name: ServiceControl_TransportTests_PostgreSQL_ConnectionString - tag: ServiceControl registry-username: ${{ secrets.DOCKERHUB_USERNAME }} registry-password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup PostgreSQL persistence @@ -112,7 +111,6 @@ jobs: if: matrix.test-category == 'PostgreSQLPersistence' with: connection-string-name: ServiceControl_Persistence_PostgreSql_ConnectionString - tag: ServiceControl registry-username: ${{ secrets.DOCKERHUB_USERNAME }} registry-password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup RabbitMQ