We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b155d commit f808dfcCopy full SHA for f808dfc
.github/workflows/docker-image.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Log in to the Container registry
22
- uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
+ uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
23
with:
24
registry: ${{ env.REGISTRY }}
25
username: ${{ github.actor }}
0 commit comments