From 5e387d7db5e785ab4295e5c0b0c8b5f46554cfd2 Mon Sep 17 00:00:00 2001 From: Vladimir Kupriyanov Date: Fri, 6 Sep 2024 13:12:11 +0100 Subject: [PATCH] updating git actions. --- .github/workflows/version-release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version-release.yml b/.github/workflows/version-release.yml index f617268..1c144f1 100644 --- a/.github/workflows/version-release.yml +++ b/.github/workflows/version-release.yml @@ -23,6 +23,12 @@ jobs: command: init --parseDependency --parseInternal swagWersion: 1.8.12 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: Log in to Docker Hub uses: docker/login-action@v2 with: @@ -36,7 +42,7 @@ jobs: images: ${{ secrets.DOCKER_USERNAME }}/${{ env.DOCKER_REPOSITORY }} - name: Build and push Docker image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: context: . push: true