mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-05 01:32:41 +02:00
.github: bump docker/login-action from 3.1.0 to 3.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](e92390c5fb...74a5d14239)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5b619de74f
commit
ba82c715f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
|
||||
|
||||
- name: Log into registry ${{ env.REGISTRY }}
|
||||
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
|
||||
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
||||
if: github.event_name == 'push'
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue