diff --git a/.github/workflows/build-push-Image.yaml b/.github/workflows/build-push-Image.yaml index 7beceec..ab90f0e 100644 --- a/.github/workflows/build-push-Image.yaml +++ b/.github/workflows/build-push-Image.yaml @@ -8,7 +8,6 @@ on: branches: - master - jobs: build: runs-on: ubuntu-latest @@ -22,16 +21,6 @@ jobs: with: go-version: '1.23' - - name: Cache Go modules - uses: actions/cache@v4 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Build the Go application run: | mkdir -p build/linux