Skip to content

Commit 4e359af

Browse files
author
mojib
committed
ci: docker on tags and branchess
1 parent a3f8d57 commit 4e359af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: Convert repository name to lowercase
27-
run: echo "IMAGE_NAME=${{ github.repository }}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_ENV
28-
27+
run: echo "IMAGE_NAME=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
28+
2929
- name: Determine Docker tag (from tag or branch)
3030
id: get_tag
3131
run: |

0 commit comments

Comments
 (0)