diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ccb95e..0a9bfab 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,11 +24,13 @@ on: jobs: testing: + runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.24.x] - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + go-version: + - 1.24.x + os: + - ubuntu-latest steps: - uses: actions/setup-go@v5 with: @@ -76,7 +78,7 @@ jobs: # run: | # echo VERSION_TAG=$(echo ${{ steps.version_step.outputs.version_tag }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV # echo LASTEST_TAG=$(echo ${{ steps.version_step.outputs.latest_tag }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV - - name: Build and push + - name: Build and Push id: docker_build uses: docker/build-push-action@v6 with: