Skip to content

Commit

Permalink
fix: Add binary build step back (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-lisiecki-form3 committed May 20, 2024
1 parent b66b1f4 commit 0308fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
IMAGE_TAG: ${{ github.ref_name }}
run: |
make build
docker build . -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
echo "digest=$(docker inspect --format='{{index .RepoDigests 0}}' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} | awk 'sub(".*@","")')" > $GITHUB_OUTPUT
Expand Down

0 comments on commit 0308fe2

Please sign in to comment.