We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d5bcc commit f3d7330Copy full SHA for f3d7330
1 file changed
.github/workflows/containers.yml
@@ -89,7 +89,7 @@ jobs:
89
password: ${{ secrets.GITHUB_TOKEN }}
90
91
- name: Build and push
92
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
93
with:
94
context: ./
95
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
0 commit comments