Skip to content

Commit 2b172d9

Browse files
author
Stefan Warnat
committed
rename account and remove lowercase action
1 parent 0c60718 commit 2b172d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.when-tagged.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,11 @@ jobs:
1919
- name: Get latest release version number
2020
id: get_version
2121
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 }}
2722

2823
- name: 🔑 Login to GitHub Container Registry
2924
uses: docker/login-action@v1
3025
with:
31-
username: ${{ steps.string.outputs.lowercase }}
26+
username: ${{ github.repository_owner }}
3227
password: ${{ secrets.DOCKER_TOKEN }}
3328

3429
- name: 🚀 Build and push

0 commit comments

Comments
 (0)