Skip to content

Commit fdd21c8

Browse files
authored
Merge pull request #605 from skadi-cloud/dependabot/github_actions/docker/login-action-3.2.0
build(deps): bump docker/login-action from 3.1.0 to 3.2.0
2 parents c10164d + 4a9d058 commit fdd21c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v3
2929
- name: Login to Scaleway Container Registry
30-
uses: docker/login-action@v3.1.0
30+
uses: docker/login-action@v3.2.0
3131
with:
3232
registry: rg.nl-ams.scw.cloud/cloud-skadi
3333
username: nologin
3434
password: ${{ secrets.SCALEWAY_TOKEN }}
3535
- name: Login to Docker Hub
36-
uses: docker/login-action@v3.1.0
36+
uses: docker/login-action@v3.2.0
3737
with:
3838
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3939
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)