Skip to content

Commit

Permalink
Silence uv warning and output buildx platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 4, 2025
1 parent 9d07d37 commit 02a0230
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Install uv
uses: astral-sh/setup-uv@v5

- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: '0'

- name: Install uv
uses: astral-sh/setup-uv@v5

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

0 comments on commit 02a0230

Please sign in to comment.