We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c60718 commit 2b172d9Copy full SHA for 2b172d9
.github/workflows/publish.when-tagged.yml
@@ -19,16 +19,11 @@ jobs:
19
- name: Get latest release version number
20
id: get_version
21
uses: battila7/get-version-action@v2
22
-
23
- - id: string
24
- uses: ASzc/change-string-case-action@v1
25
- with:
26
- string: ${{ github.repository_owner }}
27
28
- name: 🔑 Login to GitHub Container Registry
29
uses: docker/login-action@v1
30
with:
31
- username: ${{ steps.string.outputs.lowercase }}
+ username: ${{ github.repository_owner }}
32
password: ${{ secrets.DOCKER_TOKEN }}
33
34
- name: 🚀 Build and push
0 commit comments