mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 01:25:22 -04:00
Update docker/login-action action to v3
This commit is contained in:
parent
974cf9f787
commit
846307e4c8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,14 +37,14 @@ jobs:
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: jakejarvis
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user