diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index e55cfa94b9..748911d63f 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -460,7 +460,7 @@ jobs: - name: Pull s2n-quic-qns:main if: github.event.pull_request - run: docker pull public.ecr.aws/y1p7y6w8/s2n-quic-qns:main + run: docker pull public.ecr.aws/s2n/s2n-quic-qns:main - uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4487a2fe41..e58dc107f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Compute tags id: tags run: | - DOCKER_IMAGE=public.ecr.aws/y1p7y6w8/s2n-quic-qns + DOCKER_IMAGE=public.ecr.aws/s2n/s2n-quic-qns VERSION=main if [[ $GITHUB_REF == refs/tags/* ]]; then VERSION=${GITHUB_REF#refs/tags/v} diff --git a/quic/s2n-quic-qns/benchmark/docker-compose.yml b/quic/s2n-quic-qns/benchmark/docker-compose.yml index 787ea20fec..b0b4de586f 100644 --- a/quic/s2n-quic-qns/benchmark/docker-compose.yml +++ b/quic/s2n-quic-qns/benchmark/docker-compose.yml @@ -58,7 +58,7 @@ services: ipv6_address: fd00:cafe:cafe:100::100 server-main: - image: public.ecr.aws/y1p7y6w8/s2n-quic-qns:main + image: public.ecr.aws/s2n/s2n-quic-qns:main container_name: server-main hostname: server stdin_open: true