Jelajahi Sumber

chore(deps): bump docker/login-action from 1.14.1 to 2.0.0 (#44)

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.14.1...v2.0.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 tahun lalu
induk
melakukan
fa183b96a4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/docker-image-push.yml

+ 1 - 1
.github/workflows/docker-image-push.yml

@@ -27,7 +27,7 @@ jobs:
       - name: Set up Docker Buildx
         uses: docker/[email protected]
       - name: Login to DockerHub
-        uses: docker/login-action@v1.14.1 
+        uses: docker/login-action@v2.0.0 
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}