From c9ef74a8e1a17a7786ba0339b50043eb57635300 Mon Sep 17 00:00:00 2001 From: alyssa Date: Thu, 5 Sep 2024 18:57:53 +0900 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2952f829..b028019c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: password: ${{ secrets.CR_PAT }} - uses: docker/build-push-action@v2 with: - push: false + push: true tags: ghcr.io/pluralkit/ci:${{ github.sha }} file: ci/Dockerfile setup-ci: