mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
build(deps): bump aws-actions/amazon-ecr-login from 1 to 2 (#26955)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/ephemeral-env-pr-close.yml
vendored
2
.github/workflows/ephemeral-env-pr-close.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Login to Amazon ECR
|
- name: Login to Amazon ECR
|
||||||
if: steps.describe-services.outputs.active == 'true'
|
if: steps.describe-services.outputs.active == 'true'
|
||||||
id: login-ecr
|
id: login-ecr
|
||||||
uses: aws-actions/amazon-ecr-login@v1
|
uses: aws-actions/amazon-ecr-login@v2
|
||||||
|
|
||||||
- name: Delete ECR image tag
|
- name: Delete ECR image tag
|
||||||
if: steps.describe-services.outputs.active == 'true'
|
if: steps.describe-services.outputs.active == 'true'
|
||||||
|
|||||||
4
.github/workflows/ephemeral-env.yml
vendored
4
.github/workflows/ephemeral-env.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Amazon ECR
|
- name: Login to Amazon ECR
|
||||||
id: login-ecr
|
id: login-ecr
|
||||||
uses: aws-actions/amazon-ecr-login@v1
|
uses: aws-actions/amazon-ecr-login@v2
|
||||||
|
|
||||||
- name: Load, tag and push image to ECR
|
- name: Load, tag and push image to ECR
|
||||||
id: push-image
|
id: push-image
|
||||||
@@ -171,7 +171,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Amazon ECR
|
- name: Login to Amazon ECR
|
||||||
id: login-ecr
|
id: login-ecr
|
||||||
uses: aws-actions/amazon-ecr-login@v1
|
uses: aws-actions/amazon-ecr-login@v2
|
||||||
|
|
||||||
- name: Check target image exists in ECR
|
- name: Check target image exists in ECR
|
||||||
id: check-image
|
id: check-image
|
||||||
|
|||||||
Reference in New Issue
Block a user