mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
chore(deps): bump docker/login-action from 1.13.0 to 1.14.0 (#2442)
This commit is contained in:
parent
dca2372431
commit
59712122ff
4
.github/workflows/default_on_push.yml
vendored
4
.github/workflows/default_on_push.yml
vendored
|
@ -97,13 +97,13 @@ jobs:
|
|||
${{ runner.os }}-buildx-
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1.13.0
|
||||
uses: docker/login-action@v1.14.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1.13.0
|
||||
uses: docker/login-action@v1.14.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
|
4
.github/workflows/scheduled_builds.yml
vendored
4
.github/workflows/scheduled_builds.yml
vendored
|
@ -31,13 +31,13 @@ jobs:
|
|||
id: buildx
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1.13.0
|
||||
uses: docker/login-action@v1.14.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1.13.0
|
||||
uses: docker/login-action@v1.14.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in a new issue