Skip to content

Commit f7e13d3

Browse files
committed
[ci] add: check outputs.tags
1 parent 3132dd8 commit f7e13d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ jobs:
222222
cache-from: type=local,src=/tmp/.buildx-cache
223223
cache-to: type=local,dest=/tmp/.buildx-cache-new
224224

225+
- name: Check docker image
226+
run: |
227+
echo ${{ steps.tags.outputs.tags }}
228+
225229
# Temp fix
226230
# https://github.com/docker/build-push-action/issues/252
227231
# https://github.com/moby/buildkit/issues/1896

0 commit comments

Comments
 (0)