Add docker image test

This commit is contained in:
Leonard Jonathan Oh 2023-04-14 08:28:09 +00:00
parent 25d9345a7d
commit 5fac68f2c4
4 changed files with 44 additions and 0 deletions

View file

@ -94,6 +94,11 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Test
run: |
TAG=$( echo "${{ steps.meta.outputs.tags }}" | head -n1 )
.docker/release/test/test.sh "$TAG"
# Temp fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896