Skip to content

Commit cba4bc2

Browse files
chore: bump docker/login-action from 4.0.0 to 4.1.0 (#361)
1 parent 01c48ee commit cba4bc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "IMAGE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
4949
- name: Login to ${{ env.REGISTRY }}
50-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
50+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v6
4848

4949
- name: Login to ${{ env.REGISTRY }}
50-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
50+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}

0 commit comments

Comments
 (0)