Skip to content

Commit

Permalink
remove Beyla k8s cache image build from release-1.8 branch (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Nov 19, 2024
1 parent 9791155 commit 3fb71e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish_dockerhub_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,3 @@ jobs:
tags: |-
"main"
push: true

- id: push-beyla-k8s-cache-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
with:
repository: grafana/beyla-k8s-cache
file: k8scache.Dockerfile
context: .
platforms: |-
"linux/amd64"
"linux/arm64"
tags: |-
"main"
push: true
15 changes: 0 additions & 15 deletions .github/workflows/publish_dockerhub_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,3 @@ jobs:
"type=semver,pattern={{major}}.{{minor}}"
"type=semver,pattern={{major}}.{{minor}}.{{patch}}"
push: true

- id: push-beyla-k8s-cache-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
with:
repository: grafana/beyla-k8s-cache
file: k8scache.Dockerfile
context: .
platforms: |-
"linux/amd64"
"linux/arm64"
tags: |-
"type=semver,pattern={{major}}"
"type=semver,pattern={{major}}.{{minor}}"
"type=semver,pattern={{major}}.{{minor}}.{{patch}}"
push: true

0 comments on commit 3fb71e9

Please sign in to comment.