Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit ab9ec33

Browse files
chore(deps): update docker/login-action action to v3.1.0 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8cc1f4 commit ab9ec33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
uses: docker/setup-buildx-action@v3
2222

2323
- name: Log in to Github Container Registry
24-
uses: docker/login-action@v3.0.0
24+
uses: docker/login-action@v3.1.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Log in to Docker Hub
31-
uses: docker/login-action@v3.0.0
31+
uses: docker/login-action@v3.1.0
3232
with:
3333
registry: docker.io
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)