Skip to content

Commit

Permalink
adding buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Sep 26, 2024
1 parent 21fbbd6 commit 9b08444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
username: nologin
password: ${{ secrets.SCALEWAY_PASSWORD }}
registry: ${{ vars.GEOKUBE_REGISTRY }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 9b08444

Please sign in to comment.