Skip to content

Commit

Permalink
updating git actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kupriyanov committed Sep 6, 2024
1 parent 0a159c3 commit 5e387d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5e387d7

Please sign in to comment.