mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
Fix CI
This commit is contained in:
parent
e75cf62255
commit
53b74de6de
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 New Issue
Block a user