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:07 UTC

[superset] branch bumping-ecr-login-action created (now 577451c40f)

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

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


      at 577451c40f chore: bumps aws-actions/amazon-ecr-login

This branch includes the following new commits:

     new 577451c40f chore: bumps aws-actions/amazon-ecr-login

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ru...@apache.org.
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