Skip to content

Commit

Permalink
Fix repository in docker push action (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Oct 31, 2024
1 parent f51397f commit 922768e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish_dockerhub_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
uses: mariomac/shared-workflows/actions/build-push-to-dockerhub@skip-qemu
with:
skip-qemu: true
repository: grafana/beyla
context: .
# cache image layers from/to github actions internal cache, for faster building
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: |-
"linux/amd64"
"linux/arm64"
Expand All @@ -36,11 +34,9 @@ jobs:
uses: mariomac/shared-workflows/actions/build-push-to-dockerhub@skip-qemu
with:
skip-qemu: true
repository: grafana/beyla-k8s-cache
file: k8scache.Dockerfile
context: .
# cache image layers from/to github actions internal cache, for faster building
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: |-
"linux/amd64"
"linux/arm64"
Expand Down

0 comments on commit 922768e

Please sign in to comment.