mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 23:14:12 +01:00
chore(deps): bump docker/login-action from 1 to 2 (#504)
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: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
befe6e01ff
commit
49e1eaa720
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -110,12 +110,12 @@ jobs:
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
- run: task setup
|
||||
- run: task build
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v2
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v2
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
Loading…
Reference in New Issue
Block a user