Browse Source

fix ci.yml

devel
Rohan Sircar 3 years ago
committed by GitHub
parent
commit
4ccd2e664d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/ci.yml

3
.github/workflows/ci.yml

@ -157,6 +157,7 @@ jobs:
args: --release
- name: Build Image
run: docker build -f ci.Dockerfile -t rohansircar/actix-demo:latest .
env: DOCKER_BUILDKIT=1
env:
DOCKER_BUILDKIT: 1
- name: Publish Image
run: docker push rohansircar/actix-demo:latest
Loading…
Cancel
Save