This commit is contained in:
parent
93c154e985
commit
6e53379cee
@ -4,4 +4,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest -f Dockerfile .
|
- name: show dir
|
||||||
|
run: ls
|
||||||
|
- name: build
|
||||||
|
run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest -f Dockerfile .
|
Loading…
Reference in New Issue
Block a user