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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
run: |
|
||||||
with:
|
git clone --depth 1 --branch ${GITHUB_REF_NAME} \
|
||||||
github-server-url: https://chef.heaplab.deib.polimi.it/git
|
https://chef.heaplab.deib.polimi.it/git/${GITHUB_REPOSITORY}.git \
|
||||||
|
${GITHUB_WORKSPACE}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user