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