Skip to content

Commit

Permalink
fix docker/login-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Nov 5, 2024
1 parent 67c75ae commit b89a8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/puppeteerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
Expand All @@ -48,7 +48,7 @@ jobs:
cache-from: type=registry,ref=ghcr.io/gunet/puppeteer:buildcache
cache-to: type=registry,ref=ghcr.io/gunet/puppeteer:buildcache,mode=max
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit b89a8db

Please sign in to comment.