Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 1 to 2 (#118)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v2)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 21, 2023
1 parent 1bba6ca commit d6c4815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
go-version: 1.19
stable: true
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
stable: true

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
stable: true

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit d6c4815

Please sign in to comment.