From f30ba6473b6a431726cd94905a52db2a4308f775 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sat, 30 Sep 2023 17:21:09 +0200 Subject: [PATCH] test --- .github/workflows/push-main-image-ghcr.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index 2cdf049..a7acefc 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -1,7 +1,7 @@ name: Deploy Images to GHCR env: - DOTNET_VERSION: '6.0.x' + DOTNET_VERSION: '6.0.x' on: push: diff --git a/.gitignore b/.gitignore index fcae65f..cb660e0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ __pycache__/ .vscode/ config/config.conf test*.py -ToDo +ToDo \ No newline at end of file