mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Bump docker/login-action from 1 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) --- 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>
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
if: env.REGISTRY_USERNAME != ''
|
||||
with:
|
||||
registry: quay.io
|
||||
|
||||
2
.github/workflows/prerelease.yaml
vendored
2
.github/workflows/prerelease.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
run: echo ::set-output name=tag::${GITHUB_REF:11} # tag name without leading 'v'
|
||||
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
if: env.REGISTRY_USERNAME != ''
|
||||
with:
|
||||
registry: quay.io
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
if: env.REGISTRY_USERNAME != ''
|
||||
with:
|
||||
registry: quay.io
|
||||
|
||||
Reference in New Issue
Block a user