From 9e0213028fff8d73559794bd6be6595a3246e7a7 Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Wed, 2 Oct 2024 14:04:12 +1000 Subject: [PATCH] update image path --- .github/workflows/backstage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backstage.yaml b/.github/workflows/backstage.yaml index 023e312..973c5ab 100644 --- a/.github/workflows/backstage.yaml +++ b/.github/workflows/backstage.yaml @@ -35,4 +35,4 @@ jobs: with: context: ./backstage push: true - tags: ghcr.io/base2services/backstage:snapshot_${{env.GITHUB_REF_SLUG}} \ No newline at end of file + tags: ghcr.io/base2services/backstage:latest \ No newline at end of file