mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-23 03:17:05 +00:00
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...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:
parent
feea00704f
commit
ceb8ea4e50
2
.github/workflows/workflow.yaml
vendored
2
.github/workflows/workflow.yaml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
type=semver,pattern={{version}},priority=9999 #1
|
type=semver,pattern={{version}},priority=9999 #1
|
||||||
|
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ inputs.registry }}
|
registry: ${{ inputs.registry }}
|
||||||
username: ${{ secrets.username }}
|
username: ${{ secrets.username }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user