diff --git a/.github/workflows/docker-image-main.yml b/.github/workflows/docker-image-main.yml index 7f69adf..9573384 100644 --- a/.github/workflows/docker-image-main.yml +++ b/.github/workflows/docker-image-main.yml @@ -7,14 +7,14 @@ on: jobs: build: - runs-on: ubuntu-latest - + steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Git Semantic Version uses: PaulHatch/semantic-version@v4.0.3 with: