Bump docker/login-action from 1 to 2 (#21)
This commit is contained in:
parent
a057e3fb1f
commit
30724ceee3
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
|||||||
- uses: docker/setup-buildx-action@v2
|
- uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to default Container Registry
|
- name: Login to default Container Registry
|
||||||
uses: docker/login-action@v1 # Action page: <https://github.com/docker/login-action>
|
uses: docker/login-action@v2 # 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 }}
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1 # Action page: <https://github.com/docker/login-action>
|
uses: docker/login-action@v2 # 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