From 79e54b112b880b5c1eb8e7cb15002c4b29a0c695 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 8 Nov 2025 20:49:27 -0500 Subject: [PATCH] swapped version to allow for possibility of using old builder for blog if needed --- .github/workflows/build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 04189a6..a094e6a 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -44,7 +44,7 @@ jobs: with: context: . push: true - tags: ghcr.io/pagwin2/psb:v1 + tags: ghcr.io/pagwin2/psb:v1.1 labels: ${{ steps.meta.outputs.labels }} - name: Build and push Docker image (latest)