This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
docker build -t file:v2 -f docker/docker-file/Dockerfile .
|
||||
docker build -t localhost/file:v2 -f docker/docker-file/Dockerfile .
|
||||
cd docker/docker-file/
|
||||
docker compose up -d
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
file:
|
||||
image: file:v1
|
||||
image: localhost/file:v1
|
||||
container_name: file
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user