Skip to content

Commit

Permalink
ci: update public ECR repo with custom alias (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum authored Feb 23, 2022
1 parent ce6edf4 commit 51db5fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion quic/s2n-quic-qns/benchmark/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51db5fa

Please sign in to comment.