From fc730199ac6c3dd2131fbbc8bc1707a2f7e4a44e Mon Sep 17 00:00:00 2001 From: AlexanderGalkov <143902290+AlexanderGalkov@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:36:46 +0600 Subject: [PATCH] Update build-docker-image.yml Signed-off-by: AlexanderGalkov <143902290+AlexanderGalkov@users.noreply.github.com> --- .github/workflows/build-docker-image.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index f8ed757..21f5c01 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -30,3 +30,9 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + + - name: Build + uses: docker/build-push-action@v5 + with: + context: . + push: true