Skip to content

Commit

Permalink
Revert CI workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Sep 26, 2024
1 parent 9f25804 commit 943e437
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/templates-build-push-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Build and Push (Linux)
on:
workflow_dispatch:
workflow_call:
inputs:
image_name:
required: true
Expand All @@ -16,8 +15,6 @@ jobs:
linux:
name: Build & Push (Linux)
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -43,7 +40,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: hkfgo
username: tomkerkhove
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push preview image
Expand All @@ -52,5 +49,5 @@ jobs:
build-args: VERSION="${{ env.artifact_full_version }}"
context: ./src/
file: ./src/${{ inputs.project_name }}/Dockerfile.linux
tags: ghcr.io/hkfgo/${{ env.image_commit_uri }},ghcr.io/hkfgo/${{ env.image_latest_uri }}
tags: ${{ env.image_commit_uri }},${{ env.image_latest_uri }}
push: true
3 changes: 1 addition & 2 deletions config/opentelemetry-collector/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ receivers:
otlp:
protocols:
grpc:
tls:
insecure: true

exporters:
prometheus:
endpoint: "0.0.0.0:8889"
Expand Down
5 changes: 0 additions & 5 deletions config/promitor/scraper/ci-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ telemetry:
verbosity: trace
defaultVerbosity: trace
azureMonitor:
integration:
metricsBatching:
enabled: true
maxBatchSize: 2
azureRegion: westeurope
logging:
isEnabled: false
resourceDiscovery:
Expand Down

0 comments on commit 943e437

Please sign in to comment.