mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-28 22:16:07 -04:00
Removed fresh code cloning from building (use the local cahced version instead)
This commit is contained in:
parent
873ee726e6
commit
da202201c5
6 changed files with 10 additions and 11 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./docker/docker-py3-kms/
|
||||
context: .
|
||||
file: ./docker/docker-py3-kms/Dockerfile
|
||||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
||||
push: true
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./docker/docker-py3-kms-minimal/
|
||||
context: .
|
||||
file: ./docker/docker-py3-kms-minimal/Dockerfile
|
||||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
||||
push: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue