Skip to content

Commit

Permalink
fix image build (#4503)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Nov 24, 2022
1 parent c497e83 commit 1f4ce6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create version file
run: make version
- name: Create short sha
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Build and push
Expand Down

0 comments on commit 1f4ce6f

Please sign in to comment.