Skip to content

Commit 4a9d058

Browse files
build(deps): bump docker/login-action from 3.1.0 to 3.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a30dd70 commit 4a9d058

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)