File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 - id : lc_repo
2222 run : python3 -c'print("out=${{github.repository}}".lower())' >> "$GITHUB_OUTPUT"
2323 - name : Log in to the Container registry
24- uses : docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
24+ uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
2525 with :
2626 registry : ${{ env.REGISTRY }}
2727 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2222 - id : git_version
2323 run : echo "out=$(git describe --tags --always)" >> "$GITHUB_OUTPUT"
2424 - name : Log in to the Container registry
25- uses : docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
25+ uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
2626 with :
2727 registry : ${{ env.REGISTRY }}
2828 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments