mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-04-10 02:46:45 +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
|
||||
if: ${{ env.DOCKER_PUSH }}
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
|
||||
- name: Login to ghcr.io
|
||||
if: ${{ env.DOCKER_PUSH_GHCR }}
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue