fix docker build command
This commit is contained in:
parent
6be7a50e05
commit
bbd71feb97
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ jobs:
|
|||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build --build-arg NPROC=1 -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE:true-edge
|
||||
docker build --build-arg NPROC=1 -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE:true-edge .
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login $DOCKER_REGISTRY -u $REGISTRY_USER --password-stdin
|
||||
docker push --all-tags $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue