From 4cea4627a821712d8a35ed7df10aaea1c93d47f7 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 16 Jan 2024 12:03:46 -0500 Subject: [PATCH] v1 --- .woodpecker/pipeline.yml | 4 ++-- app/page.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index ac8c309..a5550f6 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -13,7 +13,7 @@ steps: platforms: linux/amd64 dry_run: true repo: *repo - tags: latest + auto_tag: true when: event: pull_request @@ -24,7 +24,7 @@ steps: platforms: linux/amd64 repo: *repo registry: gitea.michaelthomson.dev - tags: latest + auto_tag: true username: ${CI_REPO_OWNER} password: from_secret: pa_token diff --git a/app/page.tsx b/app/page.tsx index d1c5a16..7059344 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,7 +5,7 @@ export default function Home() {

- test deployment lets gooooo + test deployment lets gooooo!!!