Skip to content

Commit d00d873

Browse files
authored
Merge pull request #51 from profcomff/fix_build
build fix
2 parents 37fe85b + 4623f57 commit d00d873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
permissions:
5757
packages: read
5858
steps:
59-
- name: Log in to the Container registry
59+
- name: Log in to the Container registry
6060
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
6161

6262
- name: Pull new version
@@ -111,7 +111,7 @@ jobs:
111111
permissions:
112112
packages: read
113113
steps:
114-
- name: Log in to the Container registry
114+
- name: Log in to the Container registry
115115
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
116116

117117
- name: Pull new version

0 commit comments

Comments
 (0)