1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix(ci): setup concurrency limitation and rename session to reflect unleash (not edge)

This commit is contained in:
Christopher Kolstad 2025-01-16 10:34:14 +01:00
parent 8463d763c9
commit 221334dbc1
No known key found for this signature in database
GPG Key ID: D9041DC670F032F3

View File

@ -1,5 +1,9 @@
name: Publish to dockerhub
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
@ -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