mirror of
https://github.com/nofusscomputing/kubernetes-manifest-tools.git
synced 2025-08-15 00:40:08 +00:00
29 lines
709 B
YAML
29 lines
709 B
YAML
---
|
|
|
|
name: 'CI'
|
|
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '**'
|
|
tags:
|
|
- '*'
|
|
|
|
env:
|
|
GIT_SYNC_URL: "https://${{ secrets.GITLAB_USERNAME_ROBOT }}:${{ secrets.GITLAB_TOKEN_ROBOT }}@gitlab.com/nofusscomputing/projects/centurion_erp.git"
|
|
|
|
jobs:
|
|
|
|
|
|
docker:
|
|
name: 'Docker'
|
|
uses: nofusscomputing/action_docker/.github/workflows/docker.yaml@development
|
|
with:
|
|
DOCKER_BUILD_IMAGE_NAME: "nofusscomputing/kubernetes-manifest-tools"
|
|
DOCKER_PUBLISH_REGISTRY: "docker.io"
|
|
DOCKER_PUBLISH_IMAGE_NAME: "nofusscomputing/kubernetes-manifest-tools"
|
|
secrets:
|
|
DOCKER_PUBLISH_USERNAME: ${{ secrets.NFC_DOCKERHUB_USERNAME }}
|
|
DOCKER_PUBLISH_PASSWORD: ${{ secrets.NFC_DOCKERHUB_TOKEN }}
|