Skip to content

Commit 3eb00f8

Browse files
committed
test
1 parent 3d12335 commit 3eb00f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- ci
78

89
jobs:
910
build-and-push:
@@ -27,5 +28,5 @@ jobs:
2728
uses: docker/build-push-action@v6
2829
with:
2930
platforms: linux/amd64,linux/arm64
30-
push: true
31-
tags: ghcr.io/qw-group/ktx-qvm:latest
31+
push: false
32+
tags: ghcr.io/qw-group/ktx-qvm:latest

0 commit comments

Comments
 (0)