Skip to content

Commit

Permalink
Force build all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Feb 19, 2024
1 parent 5f31d13 commit 046bda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
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 046bda1

Please sign in to comment.