Updated build-push-action to v4

This commit is contained in:
Shkar T. Noori 2023-08-10 10:20:38 +03:00
parent 943f04209e
commit c62630f23b
No known key found for this signature in database
GPG Key ID: E7AD76088FB6FE02

View File

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
push: true