Browse Source

Bump docker/login-action from 1.10.0 to 1.11.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.10.0...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
update-blockstream-electrum-server-url
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
666ec2444f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-release-binary.yml
  2. 2
      .github/workflows/release-docker.yml

2
.github/workflows/build-release-binary.yml

@ -147,7 +147,7 @@ jobs:
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- name: Login into github registry - name: Login into github registry
uses: docker/login-action@v1.10.0 uses: docker/login-action@v1.11.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository }} username: ${{ github.repository }}

2
.github/workflows/release-docker.yml

@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- name: Login into github registry - name: Login into github registry
uses: docker/login-action@v1.10.0 uses: docker/login-action@v1.11.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository }} username: ${{ github.repository }}

Loading…
Cancel
Save