diff --git a/.forgejo/workflows/test_and_build.yaml b/.forgejo/workflows/test_and_build.yaml index bcd11fc..5286f5b 100644 --- a/.forgejo/workflows/test_and_build.yaml +++ b/.forgejo/workflows/test_and_build.yaml @@ -84,8 +84,6 @@ jobs: - name: Build the container image if: fromJSON(steps.builder.outputs.run) uses: actions/buildah-build@v1 - env: - VERSION: ${{ steps.version.outputs.version }} with: image: treetrail-backend oci: true