1
0
mirror of synced 2026-03-09 20:13:40 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
a0b75c3395 [ci skip]: Bump docker/login-action from 1.14.1 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.14.1...v2.1.0)

---
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>
2022-10-12 12:07:27 +00:00
bump_version
9917b41381 Version 1.0.16 [skip ci] 2022-03-23 12:31:00 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
- name: Login to DockerHub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File

@@ -1 +1 @@
1.0.15
1.0.16