We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58c48a commit 87a6c11Copy full SHA for 87a6c11
.github/workflows/ci.yaml
@@ -142,7 +142,7 @@ jobs:
142
if: steps.flags.outputs.from != 'null'
143
run: docker pull "${{ steps.flags.outputs.from }}"
144
- name: 🚀 Build
145
- uses: docker/build-push-action@v6.18.0
+ uses: docker/build-push-action@v6.19.2
146
with:
147
push: false
148
context: ${{ needs.information.outputs.target }}
0 commit comments