Skip to content

Commit

Permalink
fix(ci): setup concurrency limitation and rename session to reflect u…
Browse files Browse the repository at this point in the history
…nleash (not edge)
  • Loading branch information
chriswk committed Jan 16, 2025
1 parent 8463d76 commit 221334d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish to dockerhub

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down Expand Up @@ -42,7 +46,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::726824350591:role/unleash-github-ecr-public-publish-role
role-session-name: edge-actions-push-to-ecr-public
role-session-name: unleash-actions-push-to-ecr-public
aws-region: us-east-1
- name: Login to AWS ECR
id: login-ecr-public
Expand Down

0 comments on commit 221334d

Please sign in to comment.