We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5917c68 commit eb42b75Copy full SHA for eb42b75
.github/workflows/deploy-single-docker-image.yml
@@ -218,7 +218,7 @@ jobs:
218
username: ${{ secrets.SA_GITHUB_USERNAME }}
219
password: ${{ secrets.SA_GITHUB_PAT }}
220
- name: Build and push
221
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
222
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }}
223
with:
224
context: ${{ steps.get-context.outputs.path }}
0 commit comments