Skip to content

Commit

Permalink
Merge pull request #371 from jolelievre/force-build
Browse files Browse the repository at this point in the history
Force build and push of all tags in each publish actions
  • Loading branch information
jolelievre authored Feb 19, 2024
2 parents 604f235 + 73b6fe1 commit 5f31d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Publish containers

on:
on:
push:
branches:
- master
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:

- name: Push Docker images
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: ./prestashop_docker.py --quiet tag push ${{ matrix.ps-version }}
run: ./prestashop_docker.py --quiet tag push ${{ matrix.ps-version }} --force

0 comments on commit 5f31d13

Please sign in to comment.