Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
paths:
- "containers/**" # Trigger only when Dockerfile changes in a pull request
pull_request:
branches: [ "*" ]
paths:
- "containers/**" # Trigger only when Dockerfile changes in a pull request

env:
CONTAINER_REGISTRY: ${{ 'quay.io' }}
Expand All @@ -22,7 +18,7 @@ jobs:
permissions:
contents: read
packages: write

steps:
- name: Setup QEMU & Install Dependecies
run: |
Expand Down
Loading