Skip to content

Commit

Permalink
Merge pull request #637 from TriliumNext/renovate/docker-login-action…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update docker/login-action action to v3
  • Loading branch information
eliandoran authored Dec 7, 2024
2 parents 753fc22 + caf5b34 commit 15e499a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ jobs:
run: cat package.json | grep -v electron > server-package.json

- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.GHCR_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKERHUB_REGISTRY }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -219,14 +219,14 @@ jobs:
latest=false
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.GHCR_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKERHUB_REGISTRY }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 15e499a

Please sign in to comment.