mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-04-10 18:53:47 +02:00
ci(deps): bump docker/login-action from 3 to 4 (#22)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d3ac84894
commit
efbf928920
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -123,7 +123,7 @@ jobs:
|
||||||
|
|
||||||
- name: Login to docker.io
|
- name: Login to docker.io
|
||||||
if: ${{ env.DOCKER_PUSH }}
|
if: ${{ env.DOCKER_PUSH }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||||
|
|
@ -131,7 +131,7 @@ jobs:
|
||||||
|
|
||||||
- name: Login to ghcr.io
|
- name: Login to ghcr.io
|
||||||
if: ${{ env.DOCKER_PUSH_GHCR }}
|
if: ${{ env.DOCKER_PUSH_GHCR }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue