From 0c6d7bd7a80ef8b4f633f008490fdc4b0ef2d4a4 Mon Sep 17 00:00:00 2001 From: Elie CHARRA Date: Mon, 29 Jul 2024 11:34:50 +0200 Subject: [PATCH] chore: rename old workflows --- .github/workflows/{build.yml => build-legacy.yml} | 2 +- .github/workflows/{deploy.yml => deploy-legacy.yml} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build.yml => build-legacy.yml} (98%) rename .github/workflows/{deploy.yml => deploy-legacy.yml} (99%) diff --git a/.github/workflows/build.yml b/.github/workflows/build-legacy.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/build-legacy.yml index 580f03c..0c5ec31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build-legacy.yml @@ -1,4 +1,4 @@ -name: Build +name: Build legacy image on: push: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy-legacy.yml similarity index 99% rename from .github/workflows/deploy.yml rename to .github/workflows/deploy-legacy.yml index 0640723..92bb2ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy-legacy.yml @@ -1,4 +1,4 @@ -name: Deploy +name: Deploy legacy on: push: @@ -154,4 +154,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/future' }} tags: | - ${{ secrets.PUBLIC_RUNNER_ANSIBLE_ECR_REPOSITORY_URL_GCP }}:${{ github.ref == 'refs/heads/main' && 'latest' || 'future' }} \ No newline at end of file + ${{ secrets.PUBLIC_RUNNER_ANSIBLE_ECR_REPOSITORY_URL_GCP }}:${{ github.ref == 'refs/heads/main' && 'latest' || 'future' }}