Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3 (#3547)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 81d08da commit 9861791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-deploy-promrated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
type=raw,value=latest
- name: Login to Github container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Dockerhub container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: obolnetwork
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
type=ref,event=tag
- name: Login to Github container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Dockerhub container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: obolnetwork
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 9861791

Please sign in to comment.