Skip to content

Commit b8187bd

Browse files
authored
Merge pull request #145 from skadi-cloud/dependabot/github_actions/docker/login-action-1.13.0
build(deps): bump docker/login-action from 1.12.0 to 1.13.0
2 parents ec68f3b + f2b53ec commit b8187bd

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)