From 996eefa85881c630d3b2f7363cc21613bb55ab8a Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 13 Dec 2024 18:20:55 +0100 Subject: [PATCH] Load image to local docker store after build --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38bafb2..844b175 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,10 +62,12 @@ jobs: ${{ env.FULL_VERSION }} ${{ env.MAJOR_VERSION }} - - name: Build Docker image + - name: Build and export Docker image to Docker id: build uses: docker/build-push-action@v2 with: + load: true + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test context: . - name: Push Docker image