Skip to content
Snippets Groups Projects
Unverified Commit 8dfb554c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump docker/login-action from 1 to 2

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: default avatardependabot[bot] <support@github.com>
parent febc36f2
No related branches found
No related tags found
No related merge requests found
......@@ -77,12 +77,12 @@ jobs:
uses: tj-actions/branch-names@v5
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: griefed
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment