Skip to content

Commit

Permalink
Merge pull request #481 from skadi-cloud/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-2.2.0

build(deps): bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
coolya authored Nov 12, 2023
2 parents 938f33b + a328af2 commit 0312609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Scaleway Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: rg.nl-ams.scw.cloud/cloud-skadi
username: nologin
password: ${{ secrets.SCALEWAY_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 0312609

Please sign in to comment.