trying to fix docker buildx issue

This commit is contained in:
Qugalet 2023-07-13 11:44:18 +03:00 committed by GitHub
parent 8739350b10
commit d0c27f1ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v4
with:
context: .
push: true