From 074f4b7165a7e6fa3a03629d2a05cd9e10511d1d Mon Sep 17 00:00:00 2001 From: harryryu Date: Mon, 29 Jul 2024 10:02:59 -0700 Subject: [PATCH] Test --- .github/workflows/traffic-generator-image-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/traffic-generator-image-build.yml b/.github/workflows/traffic-generator-image-build.yml index 8e5360bbf..bc8da8560 100644 --- a/.github/workflows/traffic-generator-image-build.yml +++ b/.github/workflows/traffic-generator-image-build.yml @@ -5,10 +5,10 @@ name: Create and Push Traffic Generator on: workflow_dispatch: push: - branches: - - main - paths: - - 'sample-apps/traffic-generator/**' +# branches: +# - main +# paths: +# - 'sample-apps/traffic-generator/**' permissions: id-token: write @@ -54,7 +54,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: Build, tag, and push image to Amazon ECR - working-directory: traffic-generator + working-directory: sample-apps/traffic-generator env: REGISTRY: ${{ steps.login-ecr.outputs.registry }} REPOSITORY: e2e-test-resource