We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eebb52 commit 3373244Copy full SHA for 3373244
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
-
23
name: Log in to the ghcr.io Container registry
24
- uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
+ uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
25
with:
26
registry: ghcr.io
27
username: ${{ github.actor }}
.github/workflows/push_main.yaml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments