We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9276c4 commit 22657d5Copy full SHA for 22657d5
1 file changed
.github/workflows/docker-build-push.yml
@@ -52,7 +52,6 @@ jobs:
52
build-and-push:
53
name: Build and Push
54
needs: set-env
55
- if: matrix.variant != 'sandbox' || needs.set-env.outputs.environment_name == 'production'
56
runs-on: ubuntu-latest
57
environment: ${{ matrix.github_env || needs.set-env.outputs.environment_name }}
58
strategy:
@@ -97,6 +96,7 @@ jobs:
97
96
echo "VOLONTARIAT_URL=${{ vars.VOLONTARIAT_URL }}" >> $GITHUB_OUTPUT
98
99
- name: Build and push ${{ matrix.service }} image
+ if: ${{ matrix.variant != 'sandbox' || needs.set-env.outputs.environment_name == 'production' }}
100
uses: docker/build-push-action@v6
101
with:
102
context: ./${{ matrix.service }}
0 commit comments