CHANGE: test actions build
This commit is contained in:
@@ -21,10 +21,9 @@ jobs:
|
||||
echo "$NEXUS_PASSWORD" | docker login nexus.rancherk3.duckdns.org -u "$NEXUS_USER" --password-stdin
|
||||
|
||||
- name: Build & Push image with Kaniko
|
||||
image: gcr.io/kaniko-project/executor:latest
|
||||
command:
|
||||
- /kaniko/executor
|
||||
args:
|
||||
- --context=.
|
||||
- --dockerfile=./Dockerfile
|
||||
- --destination=nexus.rancherk3.duckdns.org/tfm/microserviciospython:latest
|
||||
uses: docker://gcr.io/kaniko-project/executor:latest
|
||||
with:
|
||||
args: >
|
||||
--context=.
|
||||
--dockerfile=./Dockerfile
|
||||
--destination=nexus.rancherk3.duckdns.org/tfm/microserviciospython:latest
|
||||
@@ -3,6 +3,6 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
echo:
|
||||
runs-on: self-hosted
|
||||
runs-on: k8s
|
||||
steps:
|
||||
- run: echo "Gitea Actions funcionando!"
|
||||
Reference in New Issue
Block a user