We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3132dd8 commit f7e13d3Copy full SHA for f7e13d3
1 file changed
.github/workflows/build-image.yml
@@ -222,6 +222,10 @@ jobs:
222
cache-from: type=local,src=/tmp/.buildx-cache
223
cache-to: type=local,dest=/tmp/.buildx-cache-new
224
225
+ - name: Check docker image
226
+ run: |
227
+ echo ${{ steps.tags.outputs.tags }}
228
+
229
# Temp fix
230
# https://github.com/docker/build-push-action/issues/252
231
# https://github.com/moby/buildkit/issues/1896
0 commit comments