Skip to content

Commit

Permalink
Update build-p2-site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Aug 14, 2024
1 parent aff4952 commit 39ff606
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-p2-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ env:

on:
push:
branches:
- 3.13
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 39ff606

Please sign in to comment.