Skip to content

Commit a52c02e

Browse files
⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 (#58)
Bumps [docker/login-action](https://github.com/docker/login-action) from v1.8.0 to v1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.8.0...28218f9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 817599f commit a52c02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
exit 1
109109
fi
110110
- name: 🏗 Login to GitHub Container Registry
111-
uses: docker/login-action@v1.8.0
111+
uses: docker/login-action@v1.9.0
112112
with:
113113
registry: ghcr.io
114114
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)