Skip to content

Commit

Permalink
Merge pull request #18 from Jomik/patch-1
Browse files Browse the repository at this point in the history
use buildx
  • Loading branch information
AlinaNova21 authored Feb 15, 2024
2 parents bcd1d30 + 0ccbc82 commit d699c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@4976231911ebf5f32aad765192d35f942aa48cb8
with:
Expand Down

0 comments on commit d699c78

Please sign in to comment.