We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f4a0b commit 1fc2ca5Copy full SHA for 1fc2ca5
1 file changed
.github/workflows/docker-image.yml
@@ -89,7 +89,7 @@ jobs:
89
90
# 7️⃣ Build and push only if update is recent
91
- name: Build and push
92
- if: env.run_build == 'true'
+ # if: env.run_build == 'true'
93
uses: docker/build-push-action@v7
94
with:
95
context: .
0 commit comments