Skip to content

Commit

Permalink
added arc runner to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
parkersarahl committed Jul 30, 2024
1 parent 905f7ad commit 08c5a2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ jobs:
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./frontend
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Explore-GitHub-Actions:
runs-on: arc-runner-set
steps:
- run: echo "🎉 This job uses runner scale set runners!"

0 comments on commit 08c5a2e

Please sign in to comment.