Skip to content

Commit 8e7cb23

Browse files
authored
Merge pull request #193 from powerapi-ng/dependabot/github_actions/docker/login-action-4.4.0
build(deps): bump docker/login-action from 4.2.0 to 4.4.0
2 parents 48d6824 + 9548615 commit 8e7cb23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
1818

1919
- name: Log in to Docker Hub registry
20-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
20+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
2121
with:
2222
registry: docker.io
2323
username: ${{ vars.DOCKER_HUB_USERNAME }}
2424
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2525

2626
- name: Log in to GitHub Container Registry
27-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
27+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)