Squashed commit of the following:
ci.vdhsn.com/push Build is passing Details

commit 3420069193
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Aug 3 01:55:56 2022 -0500

    promote pushes latest tag

commit 7d59cb9eb4
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Aug 3 01:35:02 2022 -0500

    b&p

commit 9b7c014703
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Aug 3 01:33:20 2022 -0500

    attempt to add promote

commit b7dfe95543
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Aug 3 01:19:26 2022 -0500

    arg fix

commit 851cd87059
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Aug 3 01:18:30 2022 -0500

    update builds

commit 46d9c1ba92
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Aug 3 01:05:39 2022 -0500

    arg fix
trunk
Adam Veldhousen 2 years ago
parent 653cff56e5
commit 30d8003318
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -1,17 +1,35 @@
---
kind: pipeline
type: kubernetes
name: Publish
name: PR Build
trigger:
event:
- cron
- push
branch:
- trunk
- cron
steps:
- name: Build & Publish
image: plugins/kaniko
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: vdhsn/garden
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
---
kind: pipeline
type: kubernetes
name: Deploy
trigger:
event:
- promote
steps:
- name: kaniko
- name: Publish Latest
image: plugins/kaniko
settings:
username:

@ -8,8 +8,8 @@ RUN apk add --no-cache git hugo make && make build
FROM nginx
ARG SHA = "local-dev"
ARG BUILD_DATE = "03-11-2022"
# ARG SHA "local-dev"
# ARG BUILD_DATE "03-11-2022"
LABEL org.opencontainers.image.created ${BUILD_DATE}
LABEL org.opencontainers.image.source https://git.vdhsn.com/adam/garden.git

Loading…
Cancel
Save