Skip to content

Commit

Permalink
checkout before build
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Apr 10, 2024
1 parent 2b3d261 commit 9b21999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
LOCAL_REGISTRY: localhost:5000
LOCAL_TAG: sway-playground:local
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
Expand All @@ -159,7 +162,6 @@ jobs:
push: true
tags: ${{ env.LOCAL_REGISTRY }}/${{ env.LOCAL_TAG }}

- uses: actions/checkout@v2
- name: NPM build
env:
CI: true
Expand Down

0 comments on commit 9b21999

Please sign in to comment.