Skip to content

Commit 74085ba

Browse files
Bump docker/login-action from 2 to 3 (#328)
1 parent f4f9d40 commit 74085ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
docker-compose --version
8383
echo "${GITHUB_REF}"
8484
- name: Login to GitHub Container Registry
85-
uses: docker/login-action@v2
85+
uses: docker/login-action@v3
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}

0 commit comments

Comments
 (0)