Skip to content

Commit

Permalink
GitHub: Always build NGINX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Nov 19, 2024
1 parent 6ceccbd commit e624049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

push:
branches:
- main
- "*"
paths:
- 'images/**'

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-latest
needs: changes
if: |
(github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changes.outputs.nginx == 'true')
(needs.changes.outputs.nginx == 'true')
env:
PLATFORMS: linux/amd64,linux/arm,linux/arm64
steps:
Expand Down

0 comments on commit e624049

Please sign in to comment.