single Dockerfile for testing and official builds
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file TestDockerfile --tag yosoy-local:$(date +%s)
|
||||
run: docker build . --file Dockerfile --tag yosoy-local:$(date +%s)
|
||||
|
||||
Reference in New Issue
Block a user