fix image push
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
bed54721ea
commit
d24487b0bc
|
@ -28,7 +28,8 @@ jobs:
|
|||
name: Build and push
|
||||
run: |
|
||||
docker version
|
||||
docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile --push
|
||||
docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile --load
|
||||
sleep 300
|
||||
-
|
||||
name: Helm version
|
||||
run: helm version
|
||||
|
|
Loading…
Reference in New Issue