Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Dec 17, 2020
1 parent b5bf1c1 commit ee83d1d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/remove-me.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
- name: Build and push Operator image
uses: docker/build-push-action@v2
env:
VERSION_PKG: github.com/open-telemetry/opentelemetry-operator/internal/version
VERSION: ${{ env.VERSION }}
VERSION_DATE: ${{ env.VERSION_DATE }}
OTELCOL_VERSION: ${{ env.OTELCOL_VERSION }}
with:
context: .
file: ./Dockerfile
Expand All @@ -71,7 +66,7 @@ jobs:
tags: localhost:5000/open-telemetry/opentelemetry-operator:latest
labels: ${{ steps.docker_meta.outputs.labels }}
build-args: |
VERSION_PKG=${{ env.VERSION_PKG }}
VERSION_PKG=github.com/open-telemetry/opentelemetry-operator/internal/version
VERSION=${{ env.VERSION }}
VERSION_DATE=${{ env.VERSION_DATE }}
OTELCOL_VERSION=${{ env.OTELCOL_VERSION }}
Expand Down

0 comments on commit ee83d1d

Please sign in to comment.