mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix(ci): setup concurrency limitation and rename session to reflect unleash (not edge)
This commit is contained in:
parent
8463d763c9
commit
221334dbc1
6
.github/workflows/docker_publish.yaml
vendored
6
.github/workflows/docker_publish.yaml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: Publish to dockerhub
|
name: Publish to dockerhub
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -42,7 +46,7 @@ jobs:
|
|||||||
uses: aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
role-to-assume: arn:aws:iam::726824350591:role/unleash-github-ecr-public-publish-role
|
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
|
aws-region: us-east-1
|
||||||
- name: Login to AWS ECR
|
- name: Login to AWS ECR
|
||||||
id: login-ecr-public
|
id: login-ecr-public
|
||||||
|
Loading…
Reference in New Issue
Block a user