Skip to content

Commit f1e376a

Browse files
chore(deps): update docker/login-action action to v3.6.0
1 parent 1e2cf88 commit f1e376a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
fi
108108
109109
- name: Login to ghcr.io
110-
uses: docker/login-action@v3.3.0
110+
uses: docker/login-action@v3.6.0
111111
with:
112112
registry: ghcr.io
113113
username: ${{ github.actor }}
@@ -172,7 +172,7 @@ jobs:
172172
uses: sigstore/[email protected]
173173

174174
- name: Login to ghcr.io
175-
uses: docker/login-action@v3.3.0
175+
uses: docker/login-action@v3.6.0
176176
with:
177177
registry: ghcr.io
178178
username: ${{ github.actor }}

0 commit comments

Comments
 (0)