Skip to content

Commit e11ed02

Browse files
🌱 Bump docker/login-action from 4.4.0 to 4.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6603a82 commit e11ed02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Docker Login
3131
if: ${{ github.event_name != 'pull_request' }}
32-
uses: docker/login-action@v4.4.0
32+
uses: docker/login-action@v4.5.0
3333
with:
3434
registry: quay.io
3535
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)