diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index af2eaa9..30cf6ae 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -25,6 +25,7 @@ jobs: - name: Set outputs id: vars + working-directory: discovery run: | echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT echo "tag=${{github.ref_name }}" >> $GITHUB_OUTPUT @@ -73,6 +74,7 @@ jobs: - name: Set outputs id: vars + working-directory: discovery run: | echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT echo "tag=${{github.ref_name }}" >> $GITHUB_OUTPUT