Skip to content

Commit 71058d2

Browse files
HDDS-15011. Bump docker/login-action to 4.1.0 (#53)
1 parent fb27729 commit 71058d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
docker pull "$IMAGE_ID"
6161
6262
- name: Login to GitHub Container Registry
63-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
63+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.repository_owner }}
6767
password: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Login to Docker Hub
7070
if: ${{ env.DOCKERHUB_USER }}
71-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
71+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7272
with:
7373
username: ${{ env.DOCKERHUB_USER }}
7474
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Login to GitHub Container Registry
8181
id: login
8282
if: ${{ github.event_name != 'pull_request' && steps.pull.outputs.success == 'false' }}
83-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
83+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)