From 70ffd26b4b63933e486a39069a442a2a605f88cf Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Thu, 24 Nov 2022 11:41:19 -0600 Subject: [PATCH] fix image build --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0216b1d59..c89b4e9ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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