diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index b91de49..5f9dea8 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -11,7 +11,6 @@ jobs: steps: - name: checkout repo uses: actions/checkout@v4 - - name: set short SHA - name: build image run: | echo "SHORT_SHA=${GITEA_SHA::7}" >> $GITEA_ENV