From 73b6fe1e8a7d2a09d927b274d34a734d02248743 Mon Sep 17 00:00:00 2001 From: Jonathan Lelievre Date: Mon, 19 Feb 2024 15:41:21 +0100 Subject: [PATCH] Force build and push of all tags in each publish actions --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8032c364..6f219b99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ --- name: Publish containers -on: +on: push: branches: - master @@ -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