Skip to content

Commit

Permalink
fix(build): checkout each step (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth authored Apr 3, 2024
1 parent 2ec1c7e commit cbd9264
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
latest_tag: ${{ env.LATEST_TAG }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Prepare
id: prep
Expand Down Expand Up @@ -56,6 +56,9 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down Expand Up @@ -83,6 +86,9 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit cbd9264

Please sign in to comment.