fix github workflow
Some checks failed
Build and push Docker images / build-and-push (push) Failing after 1m19s
Some checks failed
Build and push Docker images / build-and-push (push) Failing after 1m19s
This commit is contained in:
7
.github/workflows/docker-build-and-push.yaml
vendored
7
.github/workflows/docker-build-and-push.yaml
vendored
@@ -24,9 +24,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
github-server-url: https://chef.heaplab.deib.polimi.it/git
|
||||
run: |
|
||||
git clone --depth 1 --branch ${GITHUB_REF_NAME} \
|
||||
https://chef.heaplab.deib.polimi.it/git/${GITHUB_REPOSITORY}.git \
|
||||
${GITHUB_WORKSPACE}
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user