Skip to content

Commit

Permalink
Merge pull request #372 from jolelievre/force-build
Browse files Browse the repository at this point in the history
Force build all the time
  • Loading branch information
Progi1984 committed Feb 19, 2024
2 parents 5f31d13 + 046bda1 commit 9b4c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
run: pip install -r requirements.txt

- name: Build Docker images
run: ./prestashop_docker.py --quiet tag build ${{ matrix.ps-version }}
run: ./prestashop_docker.py --quiet tag build ${{ matrix.ps-version }} --force

- name: Push Docker images
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 9b4c981

Please sign in to comment.