We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecfb92 commit 1596c08Copy full SHA for 1596c08
.github/workflows/build-push-artifacts.yml
@@ -35,7 +35,7 @@ jobs:
35
name: Build and push images
36
runs-on: ubuntu-latest
37
needs: changes
38
- if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
+ # if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
39
strategy:
40
matrix:
41
include:
0 commit comments