fix: change runner step build-push-action version from v4 to v2

This commit is contained in:
lab 2023-11-09 21:14:59 +08:00
parent 5e14683cd8
commit e1d2802621

View File

@ -31,7 +31,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: https://github.com/docker/build-push-action@v5
uses: https://github.com/docker/build-push-action@v2
with:
context: .
push: true