1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Bump docker/login-action from 2 to 3 (#181)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
This commit is contained in:
dependabot[bot] 2023-10-01 21:22:09 +13:00 committed by GitHub
parent 38240ae96d
commit ec3dd0c196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}