Skip to content

Commit

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

build(deps): bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
coolya authored Mar 20, 2024
2 parents 44c3e09 + 18f70ed commit a30dd70
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@v3
- name: Login to Scaleway Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.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@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit a30dd70

Please sign in to comment.