From ee59129598f82e448fcdf30fc55c69b9b2e7e101 Mon Sep 17 00:00:00 2001 From: Daschi1 <50054971+Daschi1@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:36:24 +0200 Subject: [PATCH] Update build-and-publish-docker.yml --- .github/workflows/build-and-publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-docker.yml b/.github/workflows/build-and-publish-docker.yml index b7ed282..1de23e3 100644 --- a/.github/workflows/build-and-publish-docker.yml +++ b/.github/workflows/build-and-publish-docker.yml @@ -81,8 +81,8 @@ jobs: with: context: . # The context is the root of the repository push: ${{ github.event_name != 'pull_request' }} # Only push if not a PR + # Define tags for the Docker image using version information tags: | - # Define tags for the Docker image using version information latest ${{ env.MAJOR_MINOR_PATCH }} ${{ env.MAJOR_MINOR }}