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: .