We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eab605 commit 0c29118Copy full SHA for 0c29118
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
fi
94
95
- name: Build and load
96
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
97
if: ${{ env.MISSING_TAG == 'true' }}
98
with:
99
context: ${{ matrix.dir }}
@@ -131,7 +131,7 @@ jobs:
131
132
- name: Build and push
133
id: build
134
135
136
137
0 commit comments