mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
fix push bug
This commit is contained in:
2
.github/workflows/docker-build-release.yml
vendored
2
.github/workflows/docker-build-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user