We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37fe85b + 4623f57 commit d00d873Copy full SHA for d00d873
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
permissions:
57
packages: read
58
steps:
59
- - name: Log in to the Container registry
+ - name: Log in to the Container registry
60
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
61
62
- name: Pull new version
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
116
117
0 commit comments