mirror of https://github.com/1N3/Sn1per.git
testing
This commit is contained in:
parent
8a2dbc8fc8
commit
7dcf77b200
|
|
@ -19,8 +19,9 @@ jobs:
|
||||||
|
|
||||||
- name: Setting parameters
|
- name: Setting parameters
|
||||||
run: |-
|
run: |-
|
||||||
echo abc
|
REPO_NAME=${{ github.repository }}
|
||||||
ls -al
|
echo ${REPO_NAME}
|
||||||
|
echo ${REPO_NAME,,}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue