Skip to content

Commit f2b53ec

Browse files
build(deps): bump docker/login-action from 1.12.0 to 1.13.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.12.0...v1.13.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 e75c809 commit f2b53ec

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@v1
2929
- name: Login to Scaleway Container Registry
30-
uses: docker/login-action@v1.12.0
30+
uses: docker/login-action@v1.13.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@v1.12.0
36+
uses: docker/login-action@v1.13.0
3737
with:
3838
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3939
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)