From 54e1387bbf3ee82628117b302ab6fd04a2971256 Mon Sep 17 00:00:00 2001 From: Bohdan Kucheriavyi Date: Tue, 13 Feb 2024 21:47:43 +0200 Subject: [PATCH] Update production-image.yml Signed-off-by: Bohdan Kucheriavyi --- .github/workflows/production-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/production-image.yml b/.github/workflows/production-image.yml index bc2e97cc..c4c1a98a 100644 --- a/.github/workflows/production-image.yml +++ b/.github/workflows/production-image.yml @@ -38,6 +38,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ghcr.io/zapal-tech/erp:latest labels: ${{ steps.meta.outputs.labels }} - build-args: 'DOTENV_KEY=${{ secrets.DOTENV_KEY }}' \ No newline at end of file