We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0397772 commit 3e223dcCopy full SHA for 3e223dc
.github/workflows/Dockerbuild.yml
@@ -21,7 +21,7 @@ jobs:
21
run: docker build . --file Dockerfile --tag $IMAGE_NAME
22
23
- name: Login to GitHub Container Registry
24
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.0.0
25
with:
26
registry: ghcr.io
27
username: ${{ github.repository_owner }}
0 commit comments