Skip to content

Commit

Permalink
fix docker/setup-buildx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
skorpy2009 committed Jan 5, 2025
1 parent 5d70b72 commit fdc2b41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
with:
uses: docker/setup-buildx-action@v3
- name: Retrieve author data
run: |
echo AUTHOR=$(curl -sSL ${{ github.event.repository.owner.url }} | jq -r '.name') >> $GITHUB_ENV
Expand Down

0 comments on commit fdc2b41

Please sign in to comment.