Skip to content

Commit

Permalink
ci: bump login actions
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored May 1, 2024
1 parent 60c6dd1 commit f057040
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 @@ -70,14 +70,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Github Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit f057040

Please sign in to comment.