Skip to content

Commit

Permalink
Merge pull request #17 from odigos-io/dockerx-in-ci
Browse files Browse the repository at this point in the history
ci: add missing docker setup
  • Loading branch information
blumamir authored Jun 18, 2024
2 parents 4f1732d + 8a1b07b commit 181cf16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
fetch-depth: 1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 181cf16

Please sign in to comment.