Skip to content

Commit 055405b

Browse files
committed
Test
1 parent 5a98e93 commit 055405b

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/appsignals-e2e-ec2-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ jobs:
3838
e2e-ec2-test:
3939
runs-on: ubuntu-latest
4040
container:
41-
image: ghcr.io/aws-observability/aws-application-signals-test-framework
42-
credentials:
43-
username: ${{ github.actor }}
44-
password: ${{ secrets.PAT_PACKAGE_READ_ACCESS_TOKEN }}
41+
image: public.ecr.aws/h6o3z5z9/aws-application-signals-test-framework-workflow-container:latest
4542
steps:
4643
- uses: actions/checkout@v4
4744
with:

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ jobs:
4141
e2e-eks-test:
4242
runs-on: ubuntu-latest
4343
container:
44-
image: ghcr.io/aws-observability/aws-application-signals-test-framework
45-
credentials:
46-
username: ${{ github.actor }}
47-
password: ${{ secrets.PAT_PACKAGE_READ_ACCESS_TOKEN }}
48-
44+
image: public.ecr.aws/h6o3z5z9/aws-application-signals-test-framework-workflow-container:latest
4945
steps:
5046
- uses: actions/checkout@v4
5147
with:

.github/workflows/e2e-test-docker-image-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Build, tag, and push image to Amazon ECR
2929
id: build-image
3030
env:
31-
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
32-
ECR_REPOSITORY: aws-application-signals-test-framework-workflow-container
31+
ECR_REPOSITORY: public.ecr.aws/h6o3z5z9/aws-application-signals-test-framework-workflow-container
3332
IMAGE_TAG: latest
3433
run: |
3534
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .

0 commit comments

Comments
 (0)