From 5e7264b0af543785529b813676dddbfcba85b40e Mon Sep 17 00:00:00 2001 From: jyje Date: Sun, 25 Feb 2024 15:53:41 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20ci-dev:=20Add=20develop=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{ci.yaml => ci-dev.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yaml => ci-dev.yaml} (90%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci-dev.yaml similarity index 90% rename from .github/workflows/ci.yaml rename to .github/workflows/ci-dev.yaml index e26e90c..92bae90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci-dev.yaml @@ -1,4 +1,4 @@ -name: ci +name: ci-dev on: push: @@ -31,4 +31,4 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}-dev:latest