From 1e8d6428df3d70057fb75dbdfd228dc1fed9a6c3 Mon Sep 17 00:00:00 2001 From: webpwnized Date: Tue, 24 Sep 2024 12:54:05 -0400 Subject: [PATCH] 2.11.17 Updating Actions --- .github/workflows/build-scan-push-to-dockerhub.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-scan-push-to-dockerhub.yml b/.github/workflows/build-scan-push-to-dockerhub.yml index f09adfd6..ef926820 100644 --- a/.github/workflows/build-scan-push-to-dockerhub.yml +++ b/.github/workflows/build-scan-push-to-dockerhub.yml @@ -39,8 +39,9 @@ jobs: # Step 2: Set the version to the version of Mutillidae, # not the mutillidae-docker build project. - name: Get version from version file - working-directory: mutillidae # Set working directory to mutillidae + working-directory: . # Set working directory to mutillidae run: | + ls -la echo "Version: $(cat version)" VERSION=$(cat version) echo "VERSION=$VERSION" >> $GITHUB_ENV