forked from MIrrors/bin
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 844c608deb | |||
| f1a2a30e30 |
@@ -5,8 +5,6 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
# Pushes a Docker image without needing access to the Docker daemon
|
|
||||||
#
|
|
||||||
# Pushing an image to a container registry authenticated:
|
|
||||||
# DOCKER_USERNAME - Woodpecker CI Secret which is the container registry username
|
|
||||||
# DOCKER_PASSWORD - Woodpecker CI Secret which is container registry password
|
|
||||||
#
|
|
||||||
# Adjust branches to test things.
|
|
||||||
#
|
|
||||||
pipeline:
|
|
||||||
publish-docker-image:
|
|
||||||
image: plugins/kaniko
|
|
||||||
settings:
|
|
||||||
registry: core.harbor.0.tus.us.bluequartz.xyz
|
|
||||||
repo: core.harbor.0.tus.us.bluequartz.xyz/k8s/bin
|
|
||||||
tags: latest,v2.0.0-${CI_COMMIT_SHA:0:8}
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
branches: master
|
|
||||||
Reference in New Issue
Block a user