Skip to content

Update jaegertracing/all-in-one Docker tag to v1.60 #145

Update jaegertracing/all-in-one Docker tag to v1.60

Update jaegertracing/all-in-one Docker tag to v1.60 #145

Workflow file for this run

name: Build and publish Docker image
on:
push:
branches:
- 'master'
- 'epic/**'
pull_request:
branches: ['**']
env:
REGISTRY: ghcr.io
jobs:
build-push:
runs-on: ubuntu-latest
steps:
- uses: valitydev/action-deploy-docker@v2
with:
registry-username: ${{ github.actor }}
registry-access-token: ${{ secrets.GITHUB_TOKEN }}