You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/01/17 22:05:08 UTC

[superset] 01/01: chore: bumps aws-actions/amazon-ecr-login

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch bumping-ecr-login-action
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 577451c40ffb2a948ccbd257a4ed104841db1b2c
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Jan 17 15:04:53 2023 -0700

    chore: bumps aws-actions/amazon-ecr-login
---
 .github/workflows/docker-ephemeral-env.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-ephemeral-env.yml b/.github/workflows/docker-ephemeral-env.yml
index bfa2542687..47903b014c 100644
--- a/.github/workflows/docker-ephemeral-env.yml
+++ b/.github/workflows/docker-ephemeral-env.yml
@@ -62,7 +62,7 @@ jobs:
 
     - name: Login to Amazon ECR
       id: login-ecr
-      uses: aws-actions/amazon-ecr-login@v1
+      uses: aws-actions/amazon-ecr-login@v1.5.3
 
     - name: Load, tag and push image to ECR
       id: push-image