From 39ff606857cf5ff877bf3e052f4a44847975f853 Mon Sep 17 00:00:00 2001 From: Marco Descher Date: Wed, 14 Aug 2024 13:00:43 +0200 Subject: [PATCH] Update build-p2-site.yaml --- .github/workflows/build-p2-site.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-p2-site.yaml b/.github/workflows/build-p2-site.yaml index 93e98fe3..a38db32b 100644 --- a/.github/workflows/build-p2-site.yaml +++ b/.github/workflows/build-p2-site.yaml @@ -7,8 +7,6 @@ env: on: push: - branches: - - 3.13 workflow_dispatch: jobs: @@ -39,6 +37,9 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + type=ref,event=push + type=ref,event=workflow_dispatch - name: Build and push Docker image id: push uses: docker/build-push-action@v6