This commit is contained in:
parent
c3f25357d0
commit
a7ffc53ade
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Extract repository name
|
||||
id: repo_name
|
||||
run: echo "IMAGE_NAME=${{ github.repository.split('/')[1] }}" >> $GITHUB_ENV
|
||||
run: echo "IMAGE_NAME=${{ github.repository.split('/')[1] }}" >> $GITHUB_ENV && echo $IMAGE_NAME
|
||||
|
||||
- name: Build Docker Image
|
||||
run: docker build -t ${{ env.IMAGE_NAME }} .
|
||||
|
Loading…
x
Reference in New Issue
Block a user