Skip to content

Commit

Permalink
Bump docker/login-action from 1.12.0 to 1.13.0 (#79)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1.12.0...v1.13.0)

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

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 18, 2022
1 parent 7e8c283 commit 66b3c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
uses: docker/[email protected]

- name: Login to quay.io
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
registry: quay.io/enterprisedb
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Log in to the GitHub Container registry
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 66b3c69

Please sign in to comment.