Skip to content

Bump go.opentelemetry.io/collector from 0.22.0 to 0.82.0 in /v2 #153

Bump go.opentelemetry.io/collector from 0.22.0 to 0.82.0 in /v2

Bump go.opentelemetry.io/collector from 0.22.0 to 0.82.0 in /v2 #153

name: Build docker images
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
docker-images:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Fetch git tags
run: |
git fetch --prune --unshallow --tags
- uses: actions/setup-go@v2
with:
go-version: ^1.16
- uses: actions/setup-node@v2.1.5
with:
node-version: '10'
- name: Export BRANCH variable
uses: ./.github/actions/setup-branch
- name: Install tools
run: make install-ci
- name: Build docker images
run: make docker
- name: Upload docker images
run: bash scripts/upload-all-docker-images.sh
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}