From f81d27b31f12a948256248584251e68d13b7a36c Mon Sep 17 00:00:00 2001 From: Lennart Adenaw Date: Mon, 29 Apr 2024 10:30:45 +0200 Subject: [PATCH] Make sure docker image is build for thesis lennart --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index cc42804..36449b7 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -32,6 +32,6 @@ jobs: context: . file: Dockerfile push: true - tags: ghcr.io/tumftm/urbanev/docker-image:latest + tags: ghcr.io/tumftm/urbanev/docker-image:thesis_lennart labels: git-comit=https://github.com/${{ github.repository }}/commit/${{ github.sha }} build-args: "COMMIT=https://github.com/${{ github.repository }}/commit/${{ github.sha }}"