Skip to content

Commit

Permalink
ci(publish): publish fargate worker image before canary
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 31, 2024
1 parent 7e18103 commit 219bff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npm-publish-all-packages-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ on:
- 'packages/artillery-plugin-memory-inspector/**'

jobs:
publish-fargate-worker-image:
uses: ./.github/workflows/docker-ecs-worker-image.yml
permissions:
contents: read
id-token: write
secrets:
ECR_WORKER_IMAGE_PUSH_ROLE_ARN: ${{ secrets.ECR_WORKER_IMAGE_PUSH_ROLE_ARN }}

build:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 219bff2

Please sign in to comment.