Skip to content

Commit d82fa92

Browse files
committed
Update CI secret for docker registry
1 parent b42a9f8 commit d82fa92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: Login to Docker Registry
305305
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
306306
with:
307-
registry: ${{ secrets.REGISTRY_URL }}
307+
registry: ${{ secrets.TEST_REGISTRY_URL }}
308308
username: ${{ secrets.REGISTRY_USERNAME }}
309309
password: ${{ secrets.REGISTRY_PASSWORD }}
310310
- name: Set Start Time
@@ -318,7 +318,7 @@ jobs:
318318
- name: Run Integration Tests
319319
run: |
320320
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
321-
CONTAINER_NGINX_IMAGE_REGISTRY="${{ secrets.REGISTRY_URL }}" TAG="${{ matrix.container.plus }}-${{ matrix.container.image }}-${{ matrix.container.version }}" \
321+
CONTAINER_NGINX_IMAGE_REGISTRY="${{ secrets.TEST_REGISTRY_URL }}" TAG="${{ matrix.container.plus }}-${{ matrix.container.image }}-${{ matrix.container.version }}" \
322322
OS_RELEASE="${{ matrix.container.release }}" IMAGE_PATH="${{ matrix.container.path }}" \
323323
make official-image-integration-test | tee ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}${{matrix.container.version}}/raw_logs.log && exit "${PIPESTATUS[0]}"
324324
- name: Generate Test Results

0 commit comments

Comments
 (0)