diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-15 13:20:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 13:20:23 +0200 |
| commit | 8a772cf16457fb703ad468c3f06b02ca045e5ec4 (patch) | |
| tree | eb5bd6f2da6fd4dc2272dbe7f2b5454040a0611b /.github/workflows | |
| parent | 09eb2e62d0c356117191f494549c2a2af1e9395f (diff) | |
ci: Bump docker/login-action from 1 to 2 (#84)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ff68b50..4f4357d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: TAGS="${DOCKER_IMAGE}:${VERSION}" echo ::set-output name=tags::${TAGS} - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -46,7 +46,7 @@ jobs: TAGS="${DOCKER_IMAGE}:${VERSION}" echo ::set-output name=tags::${TAGS} - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -72,7 +72,7 @@ jobs: TAGS="${DOCKER_IMAGE}:${VERSION}" echo ::set-output name=tags::${TAGS} - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} |
