From 7e76810f55bb2436ddcd563c7cb6525e21739a36 Mon Sep 17 00:00:00 2001 From: SlyPex <59923212+SlyPex@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:04:21 +0100 Subject: [PATCH] updated workflow v17 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca0dc11..bd6cd2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ github.head_ref }} - name: Build Challenge Image - run: docker buildx build ./${{github.head_ref}}/ -t "$(echo ${{github.head_ref}} | tr -t '[A-Z]' '[a-z]')":latest + run: docker buildx build ./${{github.head_ref}}/ --load -t "$(echo ${{github.head_ref}} | tr -t '[A-Z]' '[a-z]')":latest - name: Launch Container run: docker run -d "$(echo ${{github.head_ref}} | tr -t '[A-Z]' '[a-z]')":latest