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