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