Skip to content

docker: avoid warnings and reduce size #10

docker: avoid warnings and reduce size

docker: avoid warnings and reduce size #10

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ linux ]
pull_request:
branches: [ linux ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ccminer:latest --no-cache
- name: Docker image list
run: docker images