This commit is contained in:
Abner Rizzi 2023-08-10 15:42:45 -03:00
parent 8a2dbc8fc8
commit 7dcf77b200
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ jobs:
- name: Setting parameters
run: |-
echo abc
ls -al
REPO_NAME=${{ github.repository }}
echo ${REPO_NAME}
echo ${REPO_NAME,,}
- name: Build and push Docker image
id: docker_build