Skip to content

Commit

Permalink
hotfix: add checkout in build-image action
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Sep 17, 2024
1 parent f8e0c6b commit 80f3f91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ runs:
echo "SHAKAPACKER_ASSET_HOST=https://assets.worldcubeassociation.org" >> $GITHUB_ENV
echo "WCA_LIVE_SITE=true" >> $GITHUB_ENV
fi
- name: Checkout correct code
shell: bash
run: git checkout ${{inputs.build_tag}}
- name: Build and push Docker image
uses: docker/build-push-action@v6
id: build-image
Expand Down

0 comments on commit 80f3f91

Please sign in to comment.