From 758c4c813a5eb02aea0ec25109ce426098709549 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 13 Dec 2024 15:31:52 +0100 Subject: [PATCH] Split image build and push --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2aae45f..88133e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,8 +62,14 @@ jobs: ${{ env.FULL_VERSION }} ${{ env.MAJOR_VERSION }} - - name: Build and push Docker image - id: build-and-push + - name: Build Docker image + id: build + uses: docker/build-push-action@v2 + with: + context: . + + - name: Push Docker image + id: push uses: docker/build-push-action@v2 with: context: .