mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
Fix CI
This commit is contained in:
parent
e75cf62255
commit
53b74de6de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
uses: ndeloof/install-compose-action@4a33bc31f327b8231c4f343f6fba704fedc0fa23
|
||||
|
||||
- name: Get latest versions
|
||||
run: ./.github/scripts/get_latest_tags.py --repo erpnext --version ${{ matrix.version }}
|
||||
run: python3 ./.github/scripts/get_latest_tags.py --repo erpnext --version ${{ matrix.version }}
|
||||
|
||||
- name: Build
|
||||
uses: docker/bake-action@v1.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue