Skip to content

Commit

Permalink
chore: rename old workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra committed Aug 1, 2024
1 parent 7b57e48 commit 0c6d7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build legacy image

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deploy legacy

on:
push:
Expand Down Expand Up @@ -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' }}
${{ secrets.PUBLIC_RUNNER_ANSIBLE_ECR_REPOSITORY_URL_GCP }}:${{ github.ref == 'refs/heads/main' && 'latest' || 'future' }}

0 comments on commit 0c6d7bd

Please sign in to comment.