Skip to content

Commit

Permalink
skip-qemu (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Oct 31, 2024
1 parent 56e5b9b commit f51397f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_dockerhub_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ permissions:
id-token: write

jobs:
build:
build-push:
runs-on: ubuntu-latest

steps:
- id: checkout
uses: actions/checkout@v4

- id: push-beyla-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
uses: mariomac/shared-workflows/actions/build-push-to-dockerhub@skip-qemu
with:
repository: grafana/beyla
skip-qemu: true
context: .
# cache image layers from/to github actions internal cache, for faster building
cache-from: type=gha
Expand All @@ -33,9 +33,9 @@ jobs:
push: true

- id: push-beyla-k8s-cache-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
uses: mariomac/shared-workflows/actions/build-push-to-dockerhub@skip-qemu
with:
repository: grafana/beyla-k8s-cache
skip-qemu: true
file: k8scache.Dockerfile
context: .
# cache image layers from/to github actions internal cache, for faster building
Expand Down

0 comments on commit f51397f

Please sign in to comment.