File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 repository-url : https://upload.pypi.org/legacy/
5858
59- publish-docker-operator :
59+ publish-docker :
6060 needs :
6161 - packages
6262 runs-on : ubuntu-latest
6565 id-token : write
6666 contents : write
6767 env :
68- DOCKER_IMAGE_NAME : docker.elastic.co/observability/elastic-otel-python-operator
68+ DOCKER_IMAGE_NAME : docker.elastic.co/observability/elastic-otel-python
6969 steps :
7070 - uses : actions/checkout@v4
7171
@@ -90,11 +90,12 @@ jobs:
9090 with :
9191 images : ${{ env.DOCKER_IMAGE_NAME }}
9292 tags : |
93- type=raw,value=latest,prefix=test-,enable={{is_default_branch}}
9493 type=semver,pattern={{version}}
94+ # "edge" Docker tag on git push to default branch
95+ type=edge
9596 labels : |
9697 org.opencontainers.image.vendor=Elastic
97- org.opencontainers.image.title=elastic-otel-python-operator
98+ org.opencontainers.image.title=elastic-otel-python
9899 org.opencontainers.image.description=Elastic Distribution of OpenTelemetry Python
99100
100101 - name : Build and push image
You can’t perform that action at this time.
0 commit comments