mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-04 20:15:01 +01:00
Bump crazy-max/ghaction-docker-login from v1.1.0 to v1.1.1 (#152)
Bumps [crazy-max/ghaction-docker-login](https://github.com/crazy-max/ghaction-docker-login) from v1.1.0 to v1.1.1. - [Release notes](https://github.com/crazy-max/ghaction-docker-login/releases) - [Changelog](https://github.com/crazy-max/ghaction-docker-login/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-docker-login/compare/v1.1.0...ef43051dd23cf490574212506f935361f3a15e9e) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
-
|
||||
name: Login to DockerHub
|
||||
if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))
|
||||
uses: crazy-max/ghaction-docker-login@v1.1.0
|
||||
uses: crazy-max/ghaction-docker-login@v1.1.1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user