8000 have poor hazy scr in INF as shade score · davidfrantz/force@d9311cf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

have poor hazy scr in INF as shade score #628

have poor hazy scr in INF as shade score

have poor hazy scr in INF as shade score #628

Workflow file for this run

name: Docker test
on:
push:
pull_request:
env:
IMAGE_NAME: force
jobs:
push:
name: Test whether Docker image builds successfully
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
0