diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index 2a9bf8a..0000000 --- a/.github/workflows/docker.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Publish to Registry -on: - push: - branches: - - master - tags: - - v* -jobs: - push: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master - with: - name: vadv/prometheus-exporter-merger - username: vadv - password: ${{ secrets.DOCKER_PASSWORD }} - tag_names: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index 19cd70a..0000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Go - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - - build: - name: Build - runs-on: ubuntu-latest - steps: - - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ^1.13 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: Get dependencies - run: | - go get -v -t -d ./... - - - name: Build - run: go build -v . - - - name: Test - run: go test ./... -v -race diff --git a/.gitignore b/.gitignore index 485dee6..c7560f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +prometheus-exporter-merger