Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2382) #807

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2382)

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2382) #807

name: "Publish images"
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
publish:
runs-on: ubuntu-latest
env:
USER: jaegertracing
steps:
- uses: actions/checkout@v4
- uses: docker/[email protected]
- uses: docker/[email protected]
- name: "publishes the images"
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
OPERATOR_VERSION: main
run: ./.ci/publish-images.sh