Dockerfile.buster

This commit is contained in:
kaiiak
2021-12-28 12:10:24 +08:00
parent 4a1289ec6c
commit cb87f07874
3 changed files with 80 additions and 28 deletions

View File

@@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile.alpine --tag opencv-docker-golang:$(date +%s) --tag opencv-docker-golang:alpine
run: docker build . --file Dockerfile.buster --tag opencv-docker-golang:$(date +%s) --tag opencv-docker-golang:buster