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