fix: change runner step build-push-action version from v4 to v2
This commit is contained in:
parent
5e14683cd8
commit
e1d2802621
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user