fix push bug

This commit is contained in:
Stille 2023-01-19 10:01:37 +08:00
parent 9f45d199a9
commit 0f40e9e13d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push to docker hub
uses: docker/build-push-action@v3
uses: docker/build-push-action@v3.1.1
with:
context: ${{ github.event.inputs.project }}
platforms: linux/amd64,linux/arm64