Skip to content

Add link to crates.io and docker hub and fix github url (#11) #20

Add link to crates.io and docker hub and fix github url (#11)

Add link to crates.io and docker hub and fix github url (#11) #20

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: docker build --target rust-builder -t crates-registry-test .
- name: Run tests in the Docker container
run: docker run crates-registry-test cargo test