Skip to content

Commit 112b0f9

Browse files
Bump aws-actions/amazon-ecr-login
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 9238dd443b7a5941caf19ffbe68be34d4dbd61df to 9d0288a35d1013b95ea422bf93c99f58d3a46733. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@9238dd4...9d0288a) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d40109 commit 112b0f9

5 files changed

+5
-5
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
aws-region: eu-central-1
6060
- name: Login to Amazon ECR
6161
id: login-ecr
62-
uses: aws-actions/amazon-ecr-login@9238dd443b7a5941caf19ffbe68be34d4dbd61df # infered from @v4
62+
uses: aws-actions/amazon-ecr-login@9d0288a35d1013b95ea422bf93c99f58d3a46733 # infered from @v4
6363
- name: Build and push
6464
id: docker_build_and_push
6565
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # infered from @v6

.github/workflows/build-public-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
role-to-assume: ${{ secrets.AWS_ROLE }}
5757
- name: Login to Amazon ECR
5858
id: login-ecr
59-
uses: aws-actions/amazon-ecr-login@9238dd443b7a5941caf19ffbe68be34d4dbd61df # infered from @v4
59+
uses: aws-actions/amazon-ecr-login@9d0288a35d1013b95ea422bf93c99f58d3a46733 # infered from @v4
6060
with:
6161
registry-type: 'public'
6262
- name: Build and push

.github/workflows/delete-public-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
aws-region: us-east-1
2323
- name: Login to Amazon ECR
2424
id: login-ecr
25-
uses: aws-actions/amazon-ecr-login@9238dd443b7a5941caf19ffbe68be34d4dbd61df # infered from @v4
25+
uses: aws-actions/amazon-ecr-login@9d0288a35d1013b95ea422bf93c99f58d3a46733 # infered from @v4
2626
with:
2727
registry-type: 'public'
2828
- name: Remove from ECR

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Login to public ECR
7373
if: matrix.registry == 'ecr'
7474
id: login-ecr-public
75-
uses: aws-actions/amazon-ecr-login@9238dd443b7a5941caf19ffbe68be34d4dbd61df # infered from @v2
75+
uses: aws-actions/amazon-ecr-login@9d0288a35d1013b95ea422bf93c99f58d3a46733 # infered from @v2
7676
with:
7777
registry-type: public
7878

.github/workflows/separate_env_public_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
aws-region: eu-central-1
6060
- name: Login to Amazon ECR
6161
id: login-ecr
62-
uses: aws-actions/amazon-ecr-login@9238dd443b7a5941caf19ffbe68be34d4dbd61df # infered from @v2
62+
uses: aws-actions/amazon-ecr-login@9d0288a35d1013b95ea422bf93c99f58d3a46733 # infered from @v2
6363
- name: Build and push
6464
id: docker_build_and_push
6565
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # infered from @v6

0 commit comments

Comments
 (0)