From 3eb00f817a50fee6983e2062822466ff93ee3e24 Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Sat, 2 Nov 2024 15:42:17 +0100 Subject: [PATCH] test --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 097cc12..8b21f11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - ci jobs: build-and-push: @@ -27,5 +28,5 @@ jobs: uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm64 - push: true - tags: ghcr.io/qw-group/ktx-qvm:latest \ No newline at end of file + push: false + tags: ghcr.io/qw-group/ktx-qvm:latest