Bump docker/login-action from 2 to 3 (#38)
This commit is contained in:
parent
7490d4dce8
commit
7dd058d8aa
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -17,12 +17,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: docker/setup-buildx-action@v2
|
- uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action>
|
- uses: docker/login-action@v3 # Action page: <https://github.com/docker/login-action>
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_LOGIN }}
|
username: ${{ secrets.DOCKER_LOGIN }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action>
|
- uses: docker/login-action@v3 # Action page: <https://github.com/docker/login-action>
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user