Skip to content

Commit

Permalink
Merge pull request #165 from WyriHaximusNet/drop-buildx-set-up-for-bu…
Browse files Browse the repository at this point in the history
…ilding-image

Drop Buildx set up for building image
  • Loading branch information
WyriHaximus authored Sep 29, 2024
2 parents 0e37875 + e5e4f98 commit db14bcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ jobs:
images: ${{ env.REGISTRY_IMAGE }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: actions/checkout@v4
- run: cp -R $(echo -e "./images/$(ls ./images/ | shuf -n 1)") ./images/random
if: matrix.image == 'random'
Expand Down

0 comments on commit db14bcb

Please sign in to comment.