CI: fix building prebuilt image (#30099)

* fix prebuilt and test it

* that does not work
pull/30101/head
Shane Smiskol 2 years ago committed by GitHub
parent 5bf117ce29
commit 571ebf77fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/prebuilt.yaml

@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- run: git lfs pull
- name: Build and Push docker image - name: Build and Push docker image
run: | run: |
$DOCKER_LOGIN $DOCKER_LOGIN

Loading…
Cancel
Save