Skip to content

Commit aba2710

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 (#843)
1 parent 4d6b0ab commit aba2710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "docker=${docker[@]}" >> $GITHUB_OUTPUT
5454
5555
- name: Login to GitHub Container Registry
56-
uses: docker/login-action@v3.3.0
56+
uses: docker/login-action@v3.4.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)