Skip to content

Commit

Permalink
ci: maintain same order
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Jun 6, 2024
1 parent 4a68fd1 commit e984b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install devbox
uses: jetify-com/[email protected]
with:
Expand Down

0 comments on commit e984b70

Please sign in to comment.