Skip to content

Commit

Permalink
Merge branch 'main' into zalegrala/tls
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham authored Apr 4, 2024
2 parents 4f24bf7 + 6b84dfd commit 090c6f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Docker set up buildx
uses: docker/setup-buildx-action@v2

- name: Docker set up qemu
uses: docker/setup-qemu-action@v3

- name: Docker login
uses: docker/login-action@v2
with:
Expand All @@ -35,5 +38,6 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/grafana/xk6-client-tracing:latest,ghcr.io/grafana/xk6-client-tracing:${{ github.event.release.tag_name }}

0 comments on commit 090c6f1

Please sign in to comment.