We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1375e65 commit abe73b5Copy full SHA for abe73b5
.github/workflows/docker-build.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Login to GitHub Container Registry
18
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
19
with:
20
registry: ghcr.io
21
username: ${{ github.repository_owner }}
0 commit comments