From 50c44e805c21774d9f1750fbaa5ee19b96346162 Mon Sep 17 00:00:00 2001 From: Tom Dymel Date: Tue, 16 Jan 2024 15:37:41 +0100 Subject: [PATCH] EGON-46: Try to fix push --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689f1bd5..6d669e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: CLONE_DIR=$(mktemp -d) - git config --global user.email "egon_io_bot@wps.de" + git config --global user.email "development@egon.io" git config --global user.name "Egon.io Bot" git clone --single-branch --branch main "https://x-access-token:${{ secrets.EGON_IO_DEPLOYMENT_PAT }}@github.com/WPS/egon.io-website.git" "${CLONE_DIR}" @@ -131,4 +131,4 @@ jobs: with: context: . push: true - tags: latest + tags: egon.io:latest