From 1f4ce6ff1eef8de407b0eab975501683b58403df Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Thu, 24 Nov 2022 11:42:25 -0600 Subject: [PATCH] fix image build (#4503) --- .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