mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
[ops] fix GitHub docker build failed
This commit is contained in:
parent
f0eb76bf92
commit
533b728199
13
.github/workflows/docker-image.yml
vendored
13
.github/workflows/docker-image.yml
vendored
@ -21,8 +21,17 @@ jobs:
|
||||
name: tjqq/oms-server:latest
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- uses: elgohr/Publish-Docker-Github-Action@master
|
||||
- uses: docker/build-push-action@v1
|
||||
with:
|
||||
name: tjqq/oms-agent:latest
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: tjqq/oms-server
|
||||
tags: latest
|
||||
dockerfile: oh-my-scheduler-server/docker/Dockerfile
|
||||
- uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: tjqq/oms-agent
|
||||
tags: latest
|
||||
dockerfile: oh-my-scheduler-worker-agent/Dockerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user