2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00
This commit is contained in:
Lev Vereshchagin 2021-12-17 11:27:18 +03:00
parent e75cf62255
commit 53b74de6de

View File

@ -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