Skip to content

Commit

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

Update docker/login-action action to v3
  • Loading branch information
maxemann96 committed Nov 22, 2023
2 parents f1eaec8 + b6ea743 commit 57547c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 57547c3

Please sign in to comment.