Skip to content

Commit 77ebdd2

Browse files
Merge pull request #115 from o7-Fire/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents 4559849 + 7d7ca20 commit 77ebdd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Docker Buildx
1313
uses: docker/setup-buildx-action@v2
1414
- name: Login to GitHub Container Registry
15-
uses: docker/login-action@v2
15+
uses: docker/login-action@v3
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)